svn commit: r325905 - head/net-mgmt/nagios-devel

Andrej Zverev az at FreeBSD.org
Sun Sep 1 19:12:18 UTC 2013


Author: az
Date: Sun Sep  1 19:12:18 2013
New Revision: 325905
URL: http://svnweb.freebsd.org/changeset/ports/325905

Log:
  - Finish conversion to perl5 framework
    EMBEDDED_PERL - needs perl for run

Modified:
  head/net-mgmt/nagios-devel/Makefile

Modified: head/net-mgmt/nagios-devel/Makefile
==============================================================================
--- head/net-mgmt/nagios-devel/Makefile	Sun Sep  1 19:04:56 2013	(r325904)
+++ head/net-mgmt/nagios-devel/Makefile	Sun Sep  1 19:12:18 2013	(r325905)
@@ -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=""


More information about the svn-ports-all mailing list