diff options
author | marcus <marcus@FreeBSD.org> | 2007-01-12 08:18:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-01-12 08:18:36 +0800 |
commit | 1677febf0f55122e8adacb98c4ff9e7822004ccf (patch) | |
tree | c7eccf7bad410441fa429fd7854a8f9620866665 | |
parent | 3611a88a732077ffef31e6b8198072ca5ad4c394 (diff) | |
download | freebsd-ports-gnome-1677febf0f55122e8adacb98c4ff9e7822004ccf.tar.gz freebsd-ports-gnome-1677febf0f55122e8adacb98c4ff9e7822004ccf.tar.zst freebsd-ports-gnome-1677febf0f55122e8adacb98c4ff9e7822004ccf.zip |
Do not include tomboy with gnome2-lite.
-rw-r--r-- | x11/gnome2-lite/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/gnome2-lite/Makefile b/x11/gnome2-lite/Makefile index c5b1829dad8c..fd7a26d06f92 100644 --- a/x11/gnome2-lite/Makefile +++ b/x11/gnome2-lite/Makefile @@ -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 diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 8e5146028b25..f761f3508b06 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -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" |