From d07f63e421f7a48c07035a167ece3e4b7edbe249 Mon Sep 17 00:00:00 2001 From: nork Date: Sat, 18 Jun 2005 19:08:51 +0000 Subject: Add support for other mozilla's. PR: ports/81753 Submitted by: Andreas Kohn --- java/eclipse/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'java/eclipse') diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 42c0c9e0842..f2612ba8708 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 -- cgit