diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-03 23:15:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-03 23:15:20 +0000 |
commit | ae1bfa03ab769b04e886bea53521db65a90b63b7 (patch) | |
tree | ca1aa47cc1fbca6cb26d09f50b53fb701abf8e79 /x11/gnome-fifth-toe | |
parent | aa6d0db186a5a104380f75bc74cfbb0927743eac (diff) |
Notes
Diffstat (limited to 'x11/gnome-fifth-toe')
-rw-r--r-- | x11/gnome-fifth-toe/Makefile | 11 |
1 files changed, 8 insertions, 3 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> |