1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Fix the port after the last commit

PR:		ports/169474
Submitted by:	Takefu <takefu at airport.fm>
This commit is contained in:
Sergey Matveychuk 2012-06-27 09:01:10 +00:00
parent a117becd0d
commit 7c4c76c791
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300081

View File

@ -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>