aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-24 05:59:45 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-24 05:59:45 +0000
commitea7fd670eacc373b583969740e7fd7a0b811226a (patch)
tree0e6719f4be653e66d5837f6fdcf35bd4e32bc299
parentafa0241446f09a9bf05def19e6707c1341936a20 (diff)
downloadports-ea7fd670eacc373b583969740e7fd7a0b811226a.tar.gz
ports-ea7fd670eacc373b583969740e7fd7a0b811226a.zip
Conditionalize the epiphany dependency as Mozilla does not work on
-STABLE Alpha.
Notes
Notes: svn path=/head/; revision=89137
-rw-r--r--x11/gnome2/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index 9f4b03562e1e..88a1cd186ecf 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -47,7 +47,6 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \
gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \
${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
gnomemeeting:${PORTSDIR}/net/gnomemeeting \
- epiphany:${PORTSDIR}/www/epiphany \
gnopernicus:${PORTSDIR}/x11/gnopernicus
NO_BUILD= yes
@@ -61,4 +60,10 @@ pre-configure:
do-install: # empty
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386" || ${OSVERSION} > 500035
+RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
+.endif
+
+.include <bsd.port.post.mk>