diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-10 11:30:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-10 11:30:44 +0000 |
commit | 09576b056fc52de246da6a936babcf0e366ad883 (patch) | |
tree | e3b27729ffe69841b88d5853afa6725501da3baa /net | |
parent | 1a62f69f93f603d952e1e6e741dc82c6d486da80 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/quagga/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index bb0c9da84a87..291c61675b11 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -3,6 +3,7 @@ PORTNAME= quagga PORTVERSION= 0.99.24 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH @@ -72,8 +73,10 @@ SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp TCPSOCKETS_CONFIGURE_ENABLE= tcp-zebra DLMALLOC_LIB_DEPENDS= libdlmalloc.so:${PORTSDIR}/devel/libdlmalloc DLMALLOC_LIBS= -L${LOCALBASE}/lib -ldlmalloc -NO_BGP_ANNOUNCE_CONFIGURE_ENABLE= bgp-announce OSPF_NEXTHOP_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ospf-nexthop +# inverse option. +NO_BGP_ANNOUNCE_CONFIGURE_ON= --disable-bgp-announce +NO_BGP_ANNOUNCE_CONFIGURE_OFF= --enable-bgp-announce USE_RC_SUBR= quagga watchquagga |