From 1136a1c99d9538cd31103773bb8be2dc17c551a1 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 22 Oct 2002 03:45:03 +0000 Subject: Add support for the new Mozilla ports. --- x11/gnome-fifth-toe/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'x11/gnome-fifth-toe') diff --git a/x11/gnome-fifth-toe/Makefile b/x11/gnome-fifth-toe/Makefile index c304174900d..55c134af9e8 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 -- cgit