diff options
author | sf <sf@FreeBSD.org> | 2001-04-14 02:06:57 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-04-14 02:06:57 +0800 |
commit | a84a1c5fdf8428f9df7d465a65695b9c1819f933 (patch) | |
tree | 91cfd1ff3039056886dfbc434dab6c7479cd3ae2 /japanese/mozilla-jlp | |
parent | 3dcaa77d55eafa7ed01dac60e41b0a841eaf0307 (diff) | |
download | freebsd-ports-gnome-a84a1c5fdf8428f9df7d465a65695b9c1819f933.tar.gz freebsd-ports-gnome-a84a1c5fdf8428f9df7d465a65695b9c1819f933.tar.zst freebsd-ports-gnome-a84a1c5fdf8428f9df7d465a65695b9c1819f933.zip |
make MOZILLA_IPV6 optional correctly.
Approved by: maintainer
Diffstat (limited to 'japanese/mozilla-jlp')
-rw-r--r-- | japanese/mozilla-jlp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |