summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2012-06-27 09:01:10 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2012-06-27 09:01:10 +0000
commit7c4c76c7918e6bade2e30ec780593c7de22526ef (patch)
treebaac0a892235d56682798af420c0cda8c9369d9d /dns
parent- Update to 2.25 (diff)
- Fix the port after the last commit
PR: ports/169474 Submitted by: Takefu <takefu at airport.fm>
Notes
Notes: svn path=/head/; revision=300081
Diffstat (limited to 'dns')
-rw-r--r--dns/unbound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index da0f7abf7750..92292234401b 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -34,15 +34,15 @@ MAN8= unbound.8 unbound-anchor.8 unbound-control.8 unbound-checkconf.8
PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \
README.tests TODO control_proto_spec.txt ietf67-design-02.odp \
ietf67-design-02.pdf requirements.txt
-SUB_FILES= pkg-install pkg-deinstall
PLIST_SUB+= PYTHON=${PYTHON} MUNIN=${MUNIN}
-OPTIONS_DEFINE= LIBEVENT THREADS PYTHON GOST ECDSA
+OPTIONS_DEFINE= LIBEVENT THREADS PYTHON GOST ECDSA MUNIN
OPTIONS_DEFAULT=THREADS ECDSA
LIBEVENT_DESC= Enable whenever using many (10000) outgoing ports
GOST_DESC= Enable GOST support (requires OpenSSL from ports)
ECDSA_DESC= Enable ECDSA (elliptic curve) support
+MUNIN_DESC= Install Munin plugin
.include <bsd.port.options.mk>