diff options
Diffstat (limited to 'japanese/mozilla-jlp-devel/Makefile')
-rw-r--r-- | japanese/mozilla-jlp-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |