diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-22 03:57:28 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-22 03:57:28 +0800 |
commit | f0b7b93e02a500950ba6020a31049da5aef33170 (patch) | |
tree | 3625aef1aa52cd7cd2b23c8eedaaaaa875f4ea8b | |
parent | 6e00c2d8be9cdb00296ad128a5271997a9fe0ebe (diff) | |
download | marcuscom-ports-f0b7b93e02a500950ba6020a31049da5aef33170.tar marcuscom-ports-f0b7b93e02a500950ba6020a31049da5aef33170.tar.gz marcuscom-ports-f0b7b93e02a500950ba6020a31049da5aef33170.tar.bz2 marcuscom-ports-f0b7b93e02a500950ba6020a31049da5aef33170.tar.lz marcuscom-ports-f0b7b93e02a500950ba6020a31049da5aef33170.tar.xz marcuscom-ports-f0b7b93e02a500950ba6020a31049da5aef33170.tar.zst marcuscom-ports-f0b7b93e02a500950ba6020a31049da5aef33170.zip |
Sync with ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9065 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index eb3120aa6..8754aeb0c 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.209 2007/06/07 04:38:26 mezz Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.210 2007/06/09 06:31:33 marcus Exp $ # PORTNAME= gnome2 PORTVERSION= 2.19.3 -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 |