mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix build for SNMP
PR: 195344 Submitted by: SASAKI Katuhiro <crest@sahiro.org>
This commit is contained in:
parent
d01cf92f87
commit
d45f048e25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373365
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue