From de6e3fc67612d2b374c01727cff71d4fab8ce663 Mon Sep 17 00:00:00 2001 From: az Date: Sat, 14 Sep 2013 15:39:55 +0000 Subject: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) --- net-mgmt/icinga/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-mgmt/icinga') diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile index 72e808b39b9..9ebe22d3f3f 100644 --- a/net-mgmt/icinga/Makefile +++ b/net-mgmt/icinga/Makefile @@ -90,7 +90,8 @@ APACHE_DESC= Depend on Apache and install webconfig .include .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="" -- cgit