summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-01 19:12:18 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-01 19:12:18 +0000
commitfc191cc3a90097504c0fe8ad04e7bf1d22867e98 (patch)
tree05746dae5bf82bedd6fa63fe857de383410981eb /net-mgmt
parent- Fix typo (PERL_CONFIGURE was not removed after perl5 framework conversion) (diff)
- Finish conversion to perl5 framework
EMBEDDED_PERL - needs perl for run
Notes
Notes: svn path=/head/; revision=325905
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-devel/Makefile b/net-mgmt/nagios-devel/Makefile
index 74329c9d274b..d83946b81d12 100644
--- a/net-mgmt/nagios-devel/Makefile
+++ b/net-mgmt/nagios-devel/Makefile
@@ -94,7 +94,7 @@ SUB_LIST= PREFIX=${PREFIX} \
USE_PHP= yes
.if ${PORT_OPTIONS:MEMBEDDED_PERL}
-USE_PERL5= yes
+USE_PERL5+= run
CONFIGURE_ARGS+= --enable-embedded-perl \
--with-perlcache
PLIST_SUB+= EMBEDDED_PERL=""