diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-06 02:08:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-06 02:08:05 +0800 |
commit | 1e3bd81084e420c75c36ac53c06c2a53101c6bf1 (patch) | |
tree | 7f8ca845cd79f265c99ec70a85c7ceead8f3e655 | |
parent | 7ad2bc2e88b9d641a0bbc0fbd3d741c46f7cd203 (diff) | |
download | marcuscom-ports-1e3bd81084e420c75c36ac53c06c2a53101c6bf1.tar marcuscom-ports-1e3bd81084e420c75c36ac53c06c2a53101c6bf1.tar.gz marcuscom-ports-1e3bd81084e420c75c36ac53c06c2a53101c6bf1.tar.bz2 marcuscom-ports-1e3bd81084e420c75c36ac53c06c2a53101c6bf1.tar.lz marcuscom-ports-1e3bd81084e420c75c36ac53c06c2a53101c6bf1.tar.xz marcuscom-ports-1e3bd81084e420c75c36ac53c06c2a53101c6bf1.tar.zst marcuscom-ports-1e3bd81084e420c75c36ac53c06c2a53101c6bf1.zip |
Welcome back to ekiga.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6511 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index a47832b95..bed3ec075 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.162 2006/06/16 18:23:22 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.163 2006/06/25 20:53:43 marcus Exp $ # PORTNAME= gnome2 PORTVERSION= 2.15.3 -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" |