diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 14:14:53 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 14:14:53 +0800 |
commit | 603190c9bf11ba6be578fadac09e84d5100ebb5c (patch) | |
tree | 6851db398b445ef52d57ac12bb4cd7368356605a /x11/gnome2/Makefile | |
parent | 5b87170d1daffb445f5e8b403ff43a6b761cbef6 (diff) | |
download | marcuscom-ports-603190c9bf11ba6be578fadac09e84d5100ebb5c.tar.gz marcuscom-ports-603190c9bf11ba6be578fadac09e84d5100ebb5c.tar.zst marcuscom-ports-603190c9bf11ba6be578fadac09e84d5100ebb5c.zip |
- Ekiga builds on 5.x
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7792 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r-- | x11/gnome2/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index b7e951fa1..2a6f8a5b5 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.178 2006/09/14 20:30:52 ahze Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.179 2006/10/07 14:09:41 marcus Exp $ # PORTNAME= gnome2 @@ -64,7 +64,8 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \ gnome-volume-manager:${PORTSDIR}/sysutils/gnome-volume-manager \ orca:${PORTSDIR}/accessibility/orca \ - epiphany:${PORTSDIR}/www/epiphany + epiphany:${PORTSDIR}/www/epiphany \ + ekiga:${PORTSDIR}/net/ekiga NO_BUILD= yes @@ -87,11 +88,6 @@ RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy .if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp .endif -.if ${.CURDIR:T}!="gnome2-lite" -.if ${OSVERSION} >= 600000 -RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga -.endif -.endif .endif .if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite" |