From 22ad5c17bd12ceb9a4392b2fc8c31e3ec853cff1 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 11 Aug 2006 07:22:53 +0000 Subject: Only add tomboy on i386. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7029 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome2/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'x11/gnome2/Makefile') 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 # # $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 -- cgit v1.2.3