summaryrefslogtreecommitdiffstats
path: root/x11/gnome2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-11 15:22:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-11 15:22:53 +0800
commit22ad5c17bd12ceb9a4392b2fc8c31e3ec853cff1 (patch)
treedcfbbf58e042bc263f9580a76d8e29a964e4db44 /x11/gnome2/Makefile
parent5666996060ad80294eaac941765c7d235ba5a35f (diff)
downloadmarcuscom-ports-22ad5c17bd12ceb9a4392b2fc8c31e3ec853cff1.tar
marcuscom-ports-22ad5c17bd12ceb9a4392b2fc8c31e3ec853cff1.tar.gz
marcuscom-ports-22ad5c17bd12ceb9a4392b2fc8c31e3ec853cff1.tar.bz2
marcuscom-ports-22ad5c17bd12ceb9a4392b2fc8c31e3ec853cff1.tar.lz
marcuscom-ports-22ad5c17bd12ceb9a4392b2fc8c31e3ec853cff1.tar.xz
marcuscom-ports-22ad5c17bd12ceb9a4392b2fc8c31e3ec853cff1.tar.zst
marcuscom-ports-22ad5c17bd12ceb9a4392b2fc8c31e3ec853cff1.zip
Only add tomboy on i386.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7029 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r--x11/gnome2/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index 3274ae29f..f617759af 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome2/Makefile,v 1.171 2006/08/08 12:49:59 ahze Exp $
+# $MCom: ports/x11/gnome2/Makefile,v 1.172 2006/08/10 20:44:50 marcus Exp $
#
PORTNAME= gnome2
@@ -63,8 +63,7 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple
alacarte:${PORTSDIR}/deskutils/alacarte \
gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \
gnome-volume-manager:${PORTSDIR}/sysutils/gnome-volume-manager \
- orca:${PORTSDIR}/accessibility/orca \
- tomboy:${PORTSDIR}/deskutils/tomboy
+ orca:${PORTSDIR}/accessibility/orca
NO_BUILD= yes
@@ -84,6 +83,9 @@ do-install: # empty
.if ${ARCH} == "i386" || ${OSVERSION} > 500035
RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
.endif
+.if ${ARCH} == "i386"
+RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy
+.endif
.if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64"
RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp
.endif