diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-10-02 21:18:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-10-02 21:18:36 +0000 |
commit | 72d946a2e242c86247ad894848c1dbf9d450c716 (patch) | |
tree | ea817506fc0020d0d5a608a065c5bb48739416d8 /net/quagga | |
parent | 030a5ce23336f844aeb93c57af6dc9978721669f (diff) | |
download | ports-72d946a2e242c86247ad894848c1dbf9d450c716.tar.gz ports-72d946a2e242c86247ad894848c1dbf9d450c716.zip |
And allow people building with options.
Noticed by: hrs
Pointy hat to: mat
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=369865
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 3a1a1bd47483..4db0cf264d9e 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -3,7 +3,7 @@ PORTNAME= quagga PORTVERSION= 0.99.23.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH @@ -27,7 +27,6 @@ INFO= quagga OPTIONS_DEFINE= ISISD PAM OSPF_OPAQUE_LSA RTADV SNMP TCPSOCKETS DLMALLOC \ NO_BGP_ANNOUNCE OSPF_NEXTHOP -WITHOUT=${OPTIONS_DEFINE} OPTIONS_SUB= yes ISISD_DESC= Enable experimental ISIS daemon |