diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-06-21 19:54:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-06-21 19:54:41 +0000 |
commit | 6b9d7a9825c054bf9703d0a67b2901f6535b158c (patch) | |
tree | c5f40ef2734458bab45134b90ad5c9bfbdd25304 /x11/gnome2/Makefile | |
parent | 36c0f684e1cdabebbdf93587f87fbc697c9f4ea7 (diff) | |
download | ports-6b9d7a9825c054bf9703d0a67b2901f6535b158c.tar.gz ports-6b9d7a9825c054bf9703d0a67b2901f6535b158c.zip |
Notes
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r-- | x11/gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 501411ece394..26dac7780aa2 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome2 PORTVERSION= 2.18.2 -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" && ${OSVERSION} < 700042 RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy .endif .if ${OSVERSION}>=600000 |