aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-06-18 19:08:51 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-06-18 19:08:51 +0000
commit864d635231f1ff9b65c80d53f63286ce9df6e418 (patch)
treeba0840a26ad8bb8c7c1145b088b46be6d4a06218 /java/eclipse
parent9424c94b3e9676e5a90c4dcace34fb89daea36cf (diff)
downloadports-864d635231f1ff9b65c80d53f63286ce9df6e418.tar.gz
ports-864d635231f1ff9b65c80d53f63286ce9df6e418.zip
Notes
Diffstat (limited to 'java/eclipse')
-rw-r--r--java/eclipse/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile
index 42c0c9e08425..f2612ba87082 100644
--- a/java/eclipse/Makefile
+++ b/java/eclipse/Makefile
@@ -48,9 +48,9 @@ PLIST_SUB+= MOTIF:=""
ECLIPSE_WS= gtk
PLIST_SUB+= GTK:=""
PLIST_SUB+= MOTIF:="@comment "
-.if defined(WITH_MOZILLA) && ${WITH_MOZILLA} == "firefox"
-BUILD_DEPENDS+= firefox:${PORTSDIR}/www/firefox
-BROWSER= firefox
+.if defined(WITH_MOZILLA)
+BROWSER= ${WITH_MOZILLA}
+BUILD_DEPENDS+= ${BROWSER}:${PORTSDIR}/www/${BROWSER}
.else
BUILD_DEPENDS+= mozilla:${PORTSDIR}/www/mozilla
BROWSER= mozilla