summaryrefslogtreecommitdiff
path: root/net-mgmt/icinga
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-14 15:39:55 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-14 15:39:55 +0000
commit83c866582685f3a2e746dff88754f482f188b3cb (patch)
tree878c1dcfbc68dfde699df6e17203f23ef47f64be /net-mgmt/icinga
parent- Fix build on head without gcc (diff)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327296
Diffstat (limited to 'net-mgmt/icinga')
-rw-r--r--net-mgmt/icinga/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile
index 72e808b39b9d..9ebe22d3f3f8 100644
--- a/net-mgmt/icinga/Makefile
+++ b/net-mgmt/icinga/Makefile
@@ -90,7 +90,8 @@ APACHE_DESC= Depend on Apache and install webconfig
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEMBEDDED_PERL}
-USE_PERL5_BUILD= yes
+USES+= perl5
+USE_PERL5= build
CONFIGURE_ARGS+= --enable-embedded-perl \
--with-perlcache
PLIST_SUB+= EMBEDDED_PERL=""