diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-12 08:15:46 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-12 08:15:46 +0800 |
commit | d533325090029bb3f21db0d18a879a0b6f2da8e5 (patch) | |
tree | ce4b5720ab5c3d609a343016b2b424d02ccbd76e /x11 | |
parent | 192bd79a3cfe2efb32cc19444f3e43a713c54488 (diff) | |
download | marcuscom-ports-d533325090029bb3f21db0d18a879a0b6f2da8e5.tar marcuscom-ports-d533325090029bb3f21db0d18a879a0b6f2da8e5.tar.gz marcuscom-ports-d533325090029bb3f21db0d18a879a0b6f2da8e5.tar.bz2 marcuscom-ports-d533325090029bb3f21db0d18a879a0b6f2da8e5.tar.lz marcuscom-ports-d533325090029bb3f21db0d18a879a0b6f2da8e5.tar.xz marcuscom-ports-d533325090029bb3f21db0d18a879a0b6f2da8e5.tar.zst marcuscom-ports-d533325090029bb3f21db0d18a879a0b6f2da8e5.zip |
Presenting GNOME 2.17.5 for FreeBSD. And while here, don't include tomboy
in gnome2-lite.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8190 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 93dcd730a..86d2c37f8 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.192 2006/12/06 22:24:02 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.193 2006/12/21 19:54:02 marcus Exp $ # PORTNAME= gnome2 -PORTVERSION= 2.17.4 +PORTVERSION= 2.17.5 PORTREVISION?= 0 CATEGORIES?= x11 gnome MASTER_SITES= # empty @@ -82,14 +82,14 @@ do-install: # empty .include <bsd.port.pre.mk> .if !defined(GNOME_SLAVE) -.if ${ARCH} == "i386" -RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy -.endif .if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \ epiphany:${PORTSDIR}/www/epiphany .endif .if ${.CURDIR:T}!="gnome2-lite" +.if ${ARCH} == "i386" +RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy +.endif .if ${OSVERSION}>=600000 RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga .endif |