diff options
author | marcus <marcus@FreeBSD.org> | 2007-06-22 03:54:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-06-22 03:54:41 +0800 |
commit | 0d0b4a8559429669d0df3f7c1f7e84e1455ff027 (patch) | |
tree | 98622dd80c031b94d620572329b34a6ef3f075b4 | |
parent | ca4439d2599d152cac11b863a2d358107e946eb0 (diff) | |
download | freebsd-ports-gnome-0d0b4a8559429669d0df3f7c1f7e84e1455ff027.tar.gz freebsd-ports-gnome-0d0b4a8559429669d0df3f7c1f7e84e1455ff027.tar.zst freebsd-ports-gnome-0d0b4a8559429669d0df3f7c1f7e84e1455ff027.zip |
Remove tomboy from the Desktop temporarily until the gnome-sharp20 problems
can be worked out. Note: this only affects GCC 4.2 -CURRENT, but I am
bumping the PORTREVISION anyway.
Suggested by: tmclaugh
-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 |