From 5fec52339fa2bb6e7d46091624b7ef2a422a4d45 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 3 Sep 2002 23:15:20 +0000 Subject: Add a knob to allow building of mozilla-devel instead of mozilla. By default, the stable release of Mozilla will be installed. Requested by: John Merryweather Cooper --- x11/gnome2-fifth-toe/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'x11/gnome2-fifth-toe') 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 -- cgit