svn commit: r357719 - head/net-mgmt/net-snmp

Kurt Jaeger pi at FreeBSD.org
Fri Jun 13 19:06:57 UTC 2014


Author: pi
Date: Fri Jun 13 19:06:57 2014
New Revision: 357719
URL: http://svnweb.freebsd.org/changeset/ports/357719
QAT: https://qat.redports.org/buildarchive/r357719/

Log:
  net-mgmt/net-snmp: fix USE_PERL5
  
  Reported by:	az

Modified:
  head/net-mgmt/net-snmp/Makefile

Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile	Fri Jun 13 19:00:19 2014	(r357718)
+++ head/net-mgmt/net-snmp/Makefile	Fri Jun 13 19:06:57 2014	(r357719)
@@ -40,7 +40,7 @@ USE_RC_SUBR=	snmpd snmptrapd
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 USES=		perl5
-USE_PERL5=	fixpacklist
+USE_PERL5=	build run fixpacklist
 
 CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ENV+=	PERLPROG="${PERL}" PSPROG="${PS_CMD}" SED="${SED}"


More information about the svn-ports-all mailing list