diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-16 06:12:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-16 06:12:28 +0000 |
commit | 10a2b4693fe100eb568b572e4d708e7d73fb560f (patch) | |
tree | 384db2430847574aba884f9787c765d0f5311558 /net-mgmt/nagios | |
parent | aaab6f1df4f547978b5d988f3369c358092e4bb3 (diff) |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
Notes
Notes:
svn path=/head/; revision=308985
Diffstat (limited to 'net-mgmt/nagios')
-rw-r--r-- | net-mgmt/nagios/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index 1e9efd0c0cee..1735b0de6c18 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -93,7 +93,7 @@ SUB_LIST= PREFIX=${PREFIX} \ USE_PHP= yes .if defined(WITH_EMBEDDED_PERL) -USE_PERL5= 5.8.0+ +USE_PERL5= yes CONFIGURE_ARGS+=--enable-embedded-perl \ --with-perlcache PLIST_SUB+= EMBEDDED_PERL="" |