diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-04 07:15:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-04 07:15:20 +0800 |
commit | 5fec52339fa2bb6e7d46091624b7ef2a422a4d45 (patch) | |
tree | 2b92cd912afa1349e2712f3afd77a8c725d1fb12 /x11 | |
parent | ee64844a212f6e26371bac9ccab25d1bfbc4087c (diff) | |
download | freebsd-ports-gnome-5fec52339fa2bb6e7d46091624b7ef2a422a4d45.tar.gz freebsd-ports-gnome-5fec52339fa2bb6e7d46091624b7ef2a422a4d45.tar.zst freebsd-ports-gnome-5fec52339fa2bb6e7d46091624b7ef2a422a4d45.zip |
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 <john_m_cooper@yahoo.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-fifth-toe/Makefile | 11 | ||||
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 11 |
2 files changed, 16 insertions, 6 deletions
diff --git a/x11/gnome-fifth-toe/Makefile b/x11/gnome-fifth-toe/Makefile index 03ea858098a5..69068c40442b 100644 --- a/x11/gnome-fifth-toe/Makefile +++ b/x11/gnome-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> 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> |