diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-15 04:30:52 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-15 04:30:52 +0800 |
commit | 341cb813aeaaefda2916ac03f5c3dc0ed60c65f5 (patch) | |
tree | 9864314984d147eb551f713d8c66073a4e752773 | |
parent | 3f1b8a03c79fa12d778a5b65a7a1b18c0707093b (diff) | |
download | marcuscom-ports-341cb813aeaaefda2916ac03f5c3dc0ed60c65f5.tar marcuscom-ports-341cb813aeaaefda2916ac03f5c3dc0ed60c65f5.tar.gz marcuscom-ports-341cb813aeaaefda2916ac03f5c3dc0ed60c65f5.tar.bz2 marcuscom-ports-341cb813aeaaefda2916ac03f5c3dc0ed60c65f5.tar.lz marcuscom-ports-341cb813aeaaefda2916ac03f5c3dc0ed60c65f5.tar.xz marcuscom-ports-341cb813aeaaefda2916ac03f5c3dc0ed60c65f5.tar.zst marcuscom-ports-341cb813aeaaefda2916ac03f5c3dc0ed60c65f5.zip |
ekiga now builds on 6.x+ sparc64
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7305 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 416ae6238..715adee0b 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.176 2006/08/24 18:58:28 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.177 2006/09/06 19:14:55 marcus 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 ) && ${OSVERSION} >= 600000 +.if ${OSVERSION} >= 600000 RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga .endif .endif |