diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-23 21:48:43 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-23 21:48:43 +0800 |
commit | 7693c4ab54f5eaf3060811dbce1b484beb37e02b (patch) | |
tree | 8888c654c7ab3c5d87c01970931d0358fef3f788 | |
parent | 99772e5f99d58406af80ff8e36d6e86691238508 (diff) | |
download | marcuscom-ports-7693c4ab54f5eaf3060811dbce1b484beb37e02b.tar marcuscom-ports-7693c4ab54f5eaf3060811dbce1b484beb37e02b.tar.gz marcuscom-ports-7693c4ab54f5eaf3060811dbce1b484beb37e02b.tar.bz2 marcuscom-ports-7693c4ab54f5eaf3060811dbce1b484beb37e02b.tar.lz marcuscom-ports-7693c4ab54f5eaf3060811dbce1b484beb37e02b.tar.xz marcuscom-ports-7693c4ab54f5eaf3060811dbce1b484beb37e02b.tar.zst marcuscom-ports-7693c4ab54f5eaf3060811dbce1b484beb37e02b.zip |
- Depend on ekiga on sparc only if ${OSVERSION} >= 700003
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6106 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 c3a90b2e1..8d751c8a1 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.139 2006/04/12 22:11:34 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.140 2006/04/17 11:54:47 ahze Exp $ # PORTNAME= gnome2 @@ -86,7 +86,7 @@ do-install: # empty .if ${ARCH} == "i386" || ${OSVERSION} > 500035 RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany .endif -.if ${ARCH}!="sparc64" +.if ${ARCH}!="sparc64" || ${OSVERSION} >= 700003 RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga .endif .endif |