aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-26 01:40:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-26 01:40:46 +0000
commitbdee110b37a97114c77f88212897cc48d281d4c7 (patch)
treeae82fb03aa8f2bc9b16526f6a986031e619a547d
parentfc09260dd0008d339b6db4c3fd976b8c8be5d04e (diff)
downloadports-bdee110b37a97114c77f88212897cc48d281d4c7.tar.gz
ports-bdee110b37a97114c77f88212897cc48d281d4c7.zip
Add missing USE_PERL5. This is already present in devel/bugzilla/Makefile.
Notes
Notes: svn path=/head/; revision=200121
-rw-r--r--japanese/bugzilla/Makefile2
-rw-r--r--japanese/bugzilla3/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/japanese/bugzilla/Makefile b/japanese/bugzilla/Makefile
index 5a5cd3c70080..7b37c9ad9115 100644
--- a/japanese/bugzilla/Makefile
+++ b/japanese/bugzilla/Makefile
@@ -40,6 +40,8 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XM
CONFLICTS= bugzilla-2.*
PATCHVERSION= 20050218
+USE_PERL5= yes
+
.if defined(WITH_CONTRIB)
PLIST_SUB+= CONTRIB=""
.else
diff --git a/japanese/bugzilla3/Makefile b/japanese/bugzilla3/Makefile
index 5a5cd3c70080..7b37c9ad9115 100644
--- a/japanese/bugzilla3/Makefile
+++ b/japanese/bugzilla3/Makefile
@@ -40,6 +40,8 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XM
CONFLICTS= bugzilla-2.*
PATCHVERSION= 20050218
+USE_PERL5= yes
+
.if defined(WITH_CONTRIB)
PLIST_SUB+= CONTRIB=""
.else