diff options
-rw-r--r-- | japanese/mozilla-jlp-devel/Makefile | 3 | ||||
-rw-r--r-- | japanese/mozilla-jlp/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/japanese/mozilla-jlp-devel/Makefile b/japanese/mozilla-jlp-devel/Makefile index d4001c1f1b87..6d371c23aba2 100644 --- a/japanese/mozilla-jlp-devel/Makefile +++ b/japanese/mozilla-jlp-devel/Makefile @@ -30,8 +30,7 @@ USE_X_PREFIX= yes USE_ZIP= yes EXTRACT_BEFORE_ARGS= -qo -# forcing define this until www/mozilla would be catched up. -MOZILLA_IPV6= yes +MOZILLA_IPV6?= yes .if defined(MOZILLA_IPV6) MOZILLA_PORT= ${PORTSDIR}/www/mozilla+ipv6 diff --git a/japanese/mozilla-jlp/Makefile b/japanese/mozilla-jlp/Makefile index d4001c1f1b87..6d371c23aba2 100644 --- a/japanese/mozilla-jlp/Makefile +++ b/japanese/mozilla-jlp/Makefile @@ -30,8 +30,7 @@ USE_X_PREFIX= yes USE_ZIP= yes EXTRACT_BEFORE_ARGS= -qo -# forcing define this until www/mozilla would be catched up. -MOZILLA_IPV6= yes +MOZILLA_IPV6?= yes .if defined(MOZILLA_IPV6) MOZILLA_PORT= ${PORTSDIR}/www/mozilla+ipv6 |