- Fix dependency on net-snmp; net-snmp4 was removed in

2010 in r262994
- Remove redundant :install target on the snmp LIB_DEPENDS
- Remove ABI version from LIB_DEPENDS for snmp
This commit is contained in:
Bryan Drewery 2013-04-30 19:44:24 +00:00
parent 27261637fc
commit ceab3c8133
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316957

View File

@ -75,7 +75,7 @@ CONFIGURE_ARGS+=--enable-nssa
.if ${PORT_OPTIONS:MSNMP}
CONFIGURE_ARGS+=--enable-snmp
LIB_DEPENDS+=snmp.4:${PORTSDIR}/net-mgmt/net-snmp4:install
LIB_DEPENDS+= snmp:${PORTSDIR}/net-mgmt/net-snmp
.endif
.if ${PORT_OPTIONS:MTCPZEBRA}