summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-10-22 03:45:03 +0000
committermarcus <marcus@FreeBSD.org>2002-10-22 03:45:03 +0000
commit1136a1c99d9538cd31103773bb8be2dc17c551a1 (patch)
treeb7b2ee306adb24234c1c8010bb9a374b5de9acaf
parent3112055e5bbd80a9ca6e448b50079c4876653209 (diff)
downloadFreeBSD-ports-1136a1c99d9538cd31103773bb8be2dc17c551a1.zip
FreeBSD-ports-1136a1c99d9538cd31103773bb8be2dc17c551a1.tar.gz
Add support for the new Mozilla ports.
-rw-r--r--x11/gnome-fifth-toe/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/gnome-fifth-toe/Makefile b/x11/gnome-fifth-toe/Makefile
index c304174..55c134a 100644
--- a/x11/gnome-fifth-toe/Makefile
+++ b/x11/gnome-fifth-toe/Makefile
@@ -47,11 +47,15 @@ RUN_DEPENDS= gabber:${PORTSDIR}/net/gabber \
NO_BUILD= yes
USE_PYTHON= yes
-.if defined(WITH_MOZILLA_DEVEL)
-RUN_DEPENDS+= ${X11BASE}/lib/mozilla-devel/run-mozilla.sh:${PORTSDIR}/www/mozilla-devel
+.if !defined(WITH_MOZILLA)
+RUN_DEPENDS+= ${X11BASE}/lib/mozilla/run-mozilla.sh:${PORTSDIR}/www/mozilla
+.else
+.if ${WITH_MOZILLA}=="mozilla-vendor" || ${WITH_MOZILLA}=="mozilla-devel"
+RUN_DEPENDS+= ${X11BASE}/lib/${WITH_MOZILLA}/run-mozilla.sh:${PORTSDIR}/www/${WITH_MOZILLA}
.else
RUN_DEPENDS+= ${X11BASE}/lib/mozilla/run-mozilla.sh:${PORTSDIR}/www/mozilla
.endif
+.endif
do-install: # empty
OpenPOWER on IntegriCloud