diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 04:54:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 04:54:48 +0800 |
commit | 45cea88c17cb66e0a2e389f0e95e37507d23c47d (patch) | |
tree | f2f359a4efb0bfc01acd4e2aed603110fde4d806 | |
parent | 907a6dc352559312fe4cc98f8259e8ef80a05be2 (diff) | |
download | freebsd-ports-gnome-45cea88c17cb66e0a2e389f0e95e37507d23c47d.tar.gz freebsd-ports-gnome-45cea88c17cb66e0a2e389f0e95e37507d23c47d.tar.zst freebsd-ports-gnome-45cea88c17cb66e0a2e389f0e95e37507d23c47d.zip |
Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
-rw-r--r-- | devel/otrs/Makefile | 1 |
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> |