diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-12 02:24:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-12 02:24:18 +0800 |
commit | 73af6c537e53bef64856dfd5f05ed6e2f2aaa6b9 (patch) | |
tree | 1e3b0d34ccc96731868d1bdf7ac900f018855979 | |
parent | 1ff2f269da4d7dc7bdb14785bed6b7801f87d678 (diff) | |
download | marcuscom-ports-73af6c537e53bef64856dfd5f05ed6e2f2aaa6b9.tar marcuscom-ports-73af6c537e53bef64856dfd5f05ed6e2f2aaa6b9.tar.gz marcuscom-ports-73af6c537e53bef64856dfd5f05ed6e2f2aaa6b9.tar.bz2 marcuscom-ports-73af6c537e53bef64856dfd5f05ed6e2f2aaa6b9.tar.lz marcuscom-ports-73af6c537e53bef64856dfd5f05ed6e2f2aaa6b9.tar.xz marcuscom-ports-73af6c537e53bef64856dfd5f05ed6e2f2aaa6b9.tar.zst marcuscom-ports-73af6c537e53bef64856dfd5f05ed6e2f2aaa6b9.zip |
Remove ekiga from 5.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7040 df743ca5-7f9a-e211-a948-0013205c9059
-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 1771c818d..79881c08b 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.173 2006/08/11 07:22:53 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.174 2006/08/11 10:39:57 ahze Exp $ # PORTNAME= gnome2 @@ -88,7 +88,7 @@ RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp .endif .if ${.CURDIR:T}!="gnome2-lite" -.if ${ARCH}!="sparc64" || ${OSVERSION} >= 700003 +.if ( ${ARCH}!="sparc64" || ${OSVERSION} >= 700003 ) && ${OSVERSION} >= 600000 RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga .endif .endif |