From 45cea88c17cb66e0a2e389f0e95e37507d23c47d Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 29 Sep 2007 20:54:48 +0000 Subject: Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion. Approved by: maintainer --- devel/otrs/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit