Do not include tomboy with gnome2-lite.
This commit is contained in:
parent
8598b8520e
commit
b9d5fb2fde
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182128
2 changed files with 6 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
# $MCom: ports/x11/gnome2-lite/Makefile,v 1.50 2006/10/14 06:34:16 marcus Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 gnome
|
||||
PKGNAMESUFFIX= -lite
|
||||
|
||||
|
|
|
@ -83,13 +83,15 @@ do-install: # empty
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(GNOME_SLAVE)
|
||||
.if ${ARCH} == "i386"
|
||||
RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy
|
||||
.endif
|
||||
.if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64"
|
||||
RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \
|
||||
epiphany:${PORTSDIR}/www/epiphany
|
||||
.endif
|
||||
.if ${.CURDIR:T}!="gnome2-lite"
|
||||
.if ${ARCH} == "i386"
|
||||
RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite"
|
||||
|
|
Loading…
Reference in a new issue