From 1677febf0f55122e8adacb98c4ff9e7822004ccf Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 12 Jan 2007 00:18:36 +0000 Subject: Do not include tomboy with gnome2-lite. --- x11/gnome2/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'x11/gnome2') 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 .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" -- cgit