1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Change snmp dependency to net-snmp version 5.x because net-snmp4 will be

removed soon

PR:		ports/150559 (based on)
Submitted by:	garga@
Approved by:	maintainer
This commit is contained in:
Renato Botelho 2010-09-28 12:14:33 +00:00
parent c01c97ef30
commit 3f58e06e14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262025

View File

@ -180,7 +180,7 @@ WITH_EXPERIMENTAL= yes
.endif
.ifdef(WITH_SNMP)
LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp
.else
CONFIGURE_ARGS+=--without-snmp
.endif