diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-23 02:13:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-23 02:13:51 +0800 |
commit | 59e84aa347db5d180275208ba47204838fe2184f (patch) | |
tree | 2e5f78f6f08f88caee382486b84b89de6c717695 /x11 | |
parent | 65f68fe5fe2c399df34046d383c92bc82e52e2fb (diff) | |
download | marcuscom-ports-59e84aa347db5d180275208ba47204838fe2184f.tar marcuscom-ports-59e84aa347db5d180275208ba47204838fe2184f.tar.gz marcuscom-ports-59e84aa347db5d180275208ba47204838fe2184f.tar.bz2 marcuscom-ports-59e84aa347db5d180275208ba47204838fe2184f.tar.lz marcuscom-ports-59e84aa347db5d180275208ba47204838fe2184f.tar.xz marcuscom-ports-59e84aa347db5d180275208ba47204838fe2184f.tar.zst marcuscom-ports-59e84aa347db5d180275208ba47204838fe2184f.zip |
While ekiga may build on 5.X, opal does not. This is holding up the
GNOME 2.17 package builds, so make ekiga a 6.X and higher-only dependency
once again.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7834 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index ee40a8c6b..a0f2cb3d8 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.184 2006/10/19 06:40:07 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.185 2006/10/20 20:27:51 marcus Exp $ # PORTNAME= gnome2 @@ -65,8 +65,7 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple gnome-volume-manager:${PORTSDIR}/sysutils/gnome-volume-manager \ orca:${PORTSDIR}/accessibility/orca \ epiphany:${PORTSDIR}/www/epiphany \ - gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ - ekiga:${PORTSDIR}/net/ekiga + gnome-mount:${PORTSDIR}/sysutils/gnome-mount NO_BUILD= yes @@ -89,6 +88,11 @@ RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy .if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp .endif +.if ${.CURDIR:T}!="gnome2-lite" +.if ${OSVERSION}>=600000 +RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga +.endif +.endif .endif .if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite" |