summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-11 18:39:57 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-11 18:39:57 +0800
commitfdd542dce64d03c76d756b66609cf66c9e2458f2 (patch)
treec204ad4d296bdc48fc118bd23fb8f000e2b24fa3 /x11
parent6e87a2c0b897f1b5ace5f56329d8d6f3a5585268 (diff)
downloadmarcuscom-ports-fdd542dce64d03c76d756b66609cf66c9e2458f2.tar
marcuscom-ports-fdd542dce64d03c76d756b66609cf66c9e2458f2.tar.gz
marcuscom-ports-fdd542dce64d03c76d756b66609cf66c9e2458f2.tar.bz2
marcuscom-ports-fdd542dce64d03c76d756b66609cf66c9e2458f2.tar.lz
marcuscom-ports-fdd542dce64d03c76d756b66609cf66c9e2458f2.tar.xz
marcuscom-ports-fdd542dce64d03c76d756b66609cf66c9e2458f2.tar.zst
marcuscom-ports-fdd542dce64d03c76d756b66609cf66c9e2458f2.zip
Since we don't support 4.x move epiphany up to normal RUN_DEPENDS list
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7032 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome2/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index f617759af..1771c818d 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.172 2006/08/10 20:44:50 marcus Exp $
+# $MCom: ports/x11/gnome2/Makefile,v 1.173 2006/08/11 07:22:53 marcus Exp $
#
PORTNAME= gnome2
@@ -63,7 +63,8 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple
alacarte:${PORTSDIR}/deskutils/alacarte \
gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \
gnome-volume-manager:${PORTSDIR}/sysutils/gnome-volume-manager \
- orca:${PORTSDIR}/accessibility/orca
+ orca:${PORTSDIR}/accessibility/orca \
+ epiphany:${PORTSDIR}/www/epiphany
NO_BUILD= yes
@@ -80,9 +81,6 @@ do-install: # empty
.include <bsd.port.pre.mk>
.if !defined(GNOME_SLAVE)
-.if ${ARCH} == "i386" || ${OSVERSION} > 500035
-RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
-.endif
.if ${ARCH} == "i386"
RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy
.endif