aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome2-fifth-toe
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-03 23:15:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-03 23:15:20 +0000
commitae1bfa03ab769b04e886bea53521db65a90b63b7 (patch)
treeca1aa47cc1fbca6cb26d09f50b53fb701abf8e79 /x11/gnome2-fifth-toe
parentaa6d0db186a5a104380f75bc74cfbb0927743eac (diff)
downloadports-ae1bfa03ab769b04e886bea53521db65a90b63b7.tar.gz
ports-ae1bfa03ab769b04e886bea53521db65a90b63b7.zip
Notes
Diffstat (limited to 'x11/gnome2-fifth-toe')
-rw-r--r--x11/gnome2-fifth-toe/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile
index 03ea858098a5..69068c40442b 100644
--- a/x11/gnome2-fifth-toe/Makefile
+++ b/x11/gnome2-fifth-toe/Makefile
@@ -15,9 +15,7 @@ EXTRACT_ONLY= # empty
MAINTAINER= gnome@FreeBSD.org
-RUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla \
- galeon:${PORTSDIR}/www/galeon \
- gabber:${PORTSDIR}/net/gabber \
+RUN_DEPENDS= gabber:${PORTSDIR}/net/gabber \
pan:${PORTSDIR}/news/pan \
gnumeric:${PORTSDIR}/math/gnumeric \
sodipodi:${PORTSDIR}/graphics/sodipodi \
@@ -48,6 +46,13 @@ RUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla \
NO_BUILD= yes
USE_PYTHON= yes
+.if defined(WITH_MOZILLA_DEVEL)
+RUN_DEPENDS+= ${X11BASE}/lib/mozilla-devel/run-mozilla.sh:${PORTSDIR}/www/mozilla-devel
+.else
+RUN_DEPENDS+= ${X11BASE}/lib/mozilla/run-mozilla.sh:${PORTSDIR}/www/mozilla \
+ galeon:${PORTSDIR}/www/galeon
+.endif
+
do-install: # empty
.include <bsd.port.mk>