svn commit: r316957 - head/net/zebra
Bryan Drewery
bdrewery at FreeBSD.org
Tue Apr 30 19:44:24 UTC 2013
Author: bdrewery
Date: Tue Apr 30 19:44:24 2013
New Revision: 316957
URL: http://svnweb.freebsd.org/changeset/ports/316957
Log:
- 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
Modified:
head/net/zebra/Makefile
Modified: head/net/zebra/Makefile
==============================================================================
--- head/net/zebra/Makefile Tue Apr 30 17:48:36 2013 (r316956)
+++ head/net/zebra/Makefile Tue Apr 30 19:44:24 2013 (r316957)
@@ -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}
More information about the svn-ports-all
mailing list