summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-29 20:54:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-29 20:54:48 +0000
commit2ecac6688584df78d95e545a1b9ea627fec88ed3 (patch)
tree746d3f87563bdf1d379ae46ccb60534e4ffb3a34 /devel
parent- Fix typo (diff)
Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=200383
Diffstat (limited to 'devel')
-rw-r--r--devel/otrs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile
index 550b418e1567..219a7ee990a6 100644
--- a/devel/otrs/Makefile
+++ b/devel/otrs/Makefile
@@ -65,6 +65,7 @@ CLEAN_FILES= scripts/apache2-httpd.include.conf scripts/suse* \
scripts/redhat* scripts/DBUpdate*
USE_APACHE= YES
+USE_PERL5= yes
.include <bsd.port.pre.mk>