diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-09 22:17:40 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-09 22:17:40 +0800 |
commit | 9f14352b2852e8cae718b16c822abfd0e77a8064 (patch) | |
tree | 9bc4a2d219f5b6e79bf25673f382ca46c118f68f /x11/gnome2 | |
parent | 3254952c6dc668276bff624c008b7d3e78dd9de4 (diff) | |
download | marcuscom-ports-9f14352b2852e8cae718b16c822abfd0e77a8064.tar marcuscom-ports-9f14352b2852e8cae718b16c822abfd0e77a8064.tar.gz marcuscom-ports-9f14352b2852e8cae718b16c822abfd0e77a8064.tar.bz2 marcuscom-ports-9f14352b2852e8cae718b16c822abfd0e77a8064.tar.lz marcuscom-ports-9f14352b2852e8cae718b16c822abfd0e77a8064.tar.xz marcuscom-ports-9f14352b2852e8cae718b16c822abfd0e77a8064.tar.zst marcuscom-ports-9f14352b2852e8cae718b16c822abfd0e77a8064.zip |
Sync with ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7893 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index a0f2cb3d8..79847bbe0 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.185 2006/10/20 20:27:51 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.186 2006/10/22 18:13:51 marcus Exp $ # PORTNAME= gnome2 @@ -64,7 +64,6 @@ 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 \ gnome-mount:${PORTSDIR}/sysutils/gnome-mount NO_BUILD= yes @@ -86,7 +85,8 @@ do-install: # empty RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy .endif .if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" -RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp +RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \ + epiphany:${PORTSDIR}/www/epiphany .endif .if ${.CURDIR:T}!="gnome2-lite" .if ${OSVERSION}>=600000 |