diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-05 18:07:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-05 18:07:32 +0000 |
commit | 65171b6c4215b8a18c8826b6647450e4c4e606e3 (patch) | |
tree | 6565c45773cfd454b15e5aa0c08c8cebc8834422 /x11 | |
parent | aead1ee7b940f6ea1986e1e88e6d315395c84022 (diff) | |
download | ports-65171b6c4215b8a18c8826b6647450e4c4e606e3.tar.gz ports-65171b6c4215b8a18c8826b6647450e4c4e606e3.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 2936d966df50..87ce088dc8fd 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome2 PORTVERSION= 2.14.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -81,11 +81,11 @@ do-install: # empty .if ${ARCH} == "i386" || ${OSVERSION} > 500035 RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany .endif -#.if ${.CURDIR:T}!="gnome2-lite" -#.if ${ARCH}!="sparc64" || ${OSVERSION} >= 700003 -#RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga -#.endif -#.endif +.if ${.CURDIR:T}!="gnome2-lite" +.if ${ARCH}!="sparc64" || ${OSVERSION} >= 700003 +RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga +.endif +.endif .endif .if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite" |