summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-11 16:28:35 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-11 16:28:35 +0800
commit7432475923278cb1a5562961644d476aa3636434 (patch)
treeaadbd9f332edbe15e828c9fe967c4b1108f66343 /x11
parent39b73593eaaa9ea0bf432bc7f974c1e7605d153a (diff)
downloadmarcuscom-ports-7432475923278cb1a5562961644d476aa3636434.tar
marcuscom-ports-7432475923278cb1a5562961644d476aa3636434.tar.gz
marcuscom-ports-7432475923278cb1a5562961644d476aa3636434.tar.bz2
marcuscom-ports-7432475923278cb1a5562961644d476aa3636434.tar.lz
marcuscom-ports-7432475923278cb1a5562961644d476aa3636434.tar.xz
marcuscom-ports-7432475923278cb1a5562961644d476aa3636434.tar.zst
marcuscom-ports-7432475923278cb1a5562961644d476aa3636434.zip
Mono works on amd64 now, so add tomboy as a dependency.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8292 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index f73605cac..9bb34c372 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome2/Makefile,v 1.195 2007/01/29 17:39:11 marcus Exp $
+# $MCom: ports/x11/gnome2/Makefile,v 1.196 2007/02/02 19:45:40 mezz Exp $
#
PORTNAME= gnome2
PORTVERSION= 2.17.90
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
@@ -88,7 +88,7 @@ RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \
epiphany:${PORTSDIR}/www/epiphany
.endif
.if ${.CURDIR:T}!="gnome2-lite"
-.if ${ARCH} == "i386"
+.if ${ARCH} == "i386" || ${ARCH} == "amd64"
RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy
.endif
.if ${OSVERSION}>=600000