svn commit: r373365 - head/net/zebra
Bryan Drewery
bdrewery at FreeBSD.org
Mon Nov 24 19:44:40 UTC 2014
Author: bdrewery
Date: Mon Nov 24 19:44:39 2014
New Revision: 373365
URL: https://svnweb.freebsd.org/changeset/ports/373365
QAT: https://qat.redports.org/buildarchive/r373365/
Log:
- Fix build for SNMP
PR: 195344
Submitted by: SASAKI Katuhiro <crest at sahiro.org>
Modified:
head/net/zebra/Makefile
Modified: head/net/zebra/Makefile
==============================================================================
--- head/net/zebra/Makefile Mon Nov 24 19:40:37 2014 (r373364)
+++ head/net/zebra/Makefile Mon Nov 24 19:44:39 2014 (r373365)
@@ -3,7 +3,7 @@
PORTNAME= zebra
PORTVERSION= 0.95a
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.pop-pr.rnp.br/pub/GNU/ftp.zebra.org/zebra/ \
ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/ \
@@ -52,7 +52,7 @@ NO_OPTIONS_SORT= yes
PAM_CONFIGURE_WITH= pam
OSPFNSSA_CONFIGURE_ENABLE= nssa
SNMP_CONFIGURE_ENABLE= snmp
-SNMP_LIB_DEPENDS+= libsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
+SNMP_LIB_DEPENDS+= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
TCPZEBRA_CONFIGURE_ENABLE= tcp-zebra
BGPD_CONFIGURE_ENABLE= bgpd
OSPF6D_CONFIGURE_ENABLE= ospf6d
More information about the svn-ports-all
mailing list