diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-11-25 03:44:39 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-11-25 03:44:39 +0800 |
commit | 07197f043f9bf8740da9eb8579459b02eb0a9a03 (patch) | |
tree | b610a4349e9be1e00a7627e985e0cb86050087db /net | |
parent | 823c2bed9138d67ae29f96a7c0faba0021eeb908 (diff) | |
download | freebsd-ports-gnome-07197f043f9bf8740da9eb8579459b02eb0a9a03.tar.gz freebsd-ports-gnome-07197f043f9bf8740da9eb8579459b02eb0a9a03.tar.zst freebsd-ports-gnome-07197f043f9bf8740da9eb8579459b02eb0a9a03.zip |
- Fix build for SNMP
PR: 195344
Submitted by: SASAKI Katuhiro <crest@sahiro.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/zebra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 247801025a4f..d78ef6593002 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -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 |