diff options
author | az <az@FreeBSD.org> | 2013-09-14 23:39:55 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-14 23:39:55 +0800 |
commit | de6e3fc67612d2b374c01727cff71d4fab8ce663 (patch) | |
tree | 878c1dcfbc68dfde699df6e17203f23ef47f64be /net-mgmt/icinga | |
parent | 1f70dd47bace37d924d31ea0ce0709c11384b52e (diff) | |
download | freebsd-ports-graphics-de6e3fc67612d2b374c01727cff71d4fab8ce663.tar.gz freebsd-ports-graphics-de6e3fc67612d2b374c01727cff71d4fab8ce663.tar.zst freebsd-ports-graphics-de6e3fc67612d2b374c01727cff71d4fab8ce663.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-mgmt/icinga')
-rw-r--r-- | net-mgmt/icinga/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <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="" |