aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/mozilla-jlp-devel/Makefile2
-rw-r--r--japanese/mozilla-jlp/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/mozilla-jlp-devel/Makefile b/japanese/mozilla-jlp-devel/Makefile
index 6d371c23aba2..850332263fdd 100644
--- a/japanese/mozilla-jlp-devel/Makefile
+++ b/japanese/mozilla-jlp-devel/Makefile
@@ -32,7 +32,7 @@ EXTRACT_BEFORE_ARGS= -qo
MOZILLA_IPV6?= yes
-.if defined(MOZILLA_IPV6)
+.if ${MOZILLA_IPV6:L} == yes
MOZILLA_PORT= ${PORTSDIR}/www/mozilla+ipv6
.else
MOZILLA_PORT= ${PORTSDIR}/www/mozilla
diff --git a/japanese/mozilla-jlp/Makefile b/japanese/mozilla-jlp/Makefile
index 6d371c23aba2..850332263fdd 100644
--- a/japanese/mozilla-jlp/Makefile
+++ b/japanese/mozilla-jlp/Makefile
@@ -32,7 +32,7 @@ EXTRACT_BEFORE_ARGS= -qo
MOZILLA_IPV6?= yes
-.if defined(MOZILLA_IPV6)
+.if ${MOZILLA_IPV6:L} == yes
MOZILLA_PORT= ${PORTSDIR}/www/mozilla+ipv6
.else
MOZILLA_PORT= ${PORTSDIR}/www/mozilla