aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-04-14 02:06:57 +0800
committersf <sf@FreeBSD.org>2001-04-14 02:06:57 +0800
commita84a1c5fdf8428f9df7d465a65695b9c1819f933 (patch)
tree91cfd1ff3039056886dfbc434dab6c7479cd3ae2
parent3dcaa77d55eafa7ed01dac60e41b0a841eaf0307 (diff)
downloadfreebsd-ports-gnome-a84a1c5fdf8428f9df7d465a65695b9c1819f933.tar.gz
freebsd-ports-gnome-a84a1c5fdf8428f9df7d465a65695b9c1819f933.tar.zst
freebsd-ports-gnome-a84a1c5fdf8428f9df7d465a65695b9c1819f933.zip
make MOZILLA_IPV6 optional correctly.
Approved by: maintainer
-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