summaryrefslogtreecommitdiff
path: root/x11/gnome2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-01-12 00:18:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-01-12 00:18:36 +0000
commitb9d5fb2fde1564206f45027a073c7c42debdeb10 (patch)
tree2abf3554e1da8eb2e323be259ba81273688b161b /x11/gnome2
parentUpdate qemu to 2007-01-11 snapshot: (diff)
Do not include tomboy with gnome2-lite.
Notes
Notes: svn path=/head/; revision=182128
Diffstat (limited to 'x11/gnome2')
-rw-r--r--x11/gnome2/Makefile8
1 files changed, 5 insertions, 3 deletions
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"