aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2014-06-14 03:06:57 +0800
committerpi <pi@FreeBSD.org>2014-06-14 03:06:57 +0800
commitd658a1f313aeb03f212ab2f250fdfacb058cd41a (patch)
treeb75ce86a52118ed1f5a44f06d3063b0698ca5c3d /net-mgmt
parent225a34534c90369f57f45d253acb7a78b4da54e1 (diff)
downloadfreebsd-ports-gnome-d658a1f313aeb03f212ab2f250fdfacb058cd41a.tar.gz
freebsd-ports-gnome-d658a1f313aeb03f212ab2f250fdfacb058cd41a.tar.zst
freebsd-ports-gnome-d658a1f313aeb03f212ab2f250fdfacb058cd41a.zip
net-mgmt/net-snmp: fix USE_PERL5
Reported by: az
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index c6ad9aee6e02..96831bb8d18d 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -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}"