diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-08-27 06:32:27 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-08-27 06:32:27 +0000 |
commit | e23690610908ebb2a2960e87b4e215e8a6a3d3b2 (patch) | |
tree | 48530311874caf5b6ae340ade7a612f535804ed3 /dns | |
parent | 661063f68fed0c28a917d87a7541109def6783c1 (diff) | |
download | ports-e23690610908ebb2a2960e87b4e215e8a6a3d3b2.tar.gz ports-e23690610908ebb2a2960e87b4e215e8a6a3d3b2.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/Makefile | 1 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 0e0a7e807cbd..05b4e52cb898 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -32,7 +32,6 @@ PLIST_SUB+= PYTHON=${PYTHON} MUNIN=${MUNIN} OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT OPTIONS_DEFAULT=THREADS ECDSA - LIBEVENT_DESC= Build against libevent (devel/libevent2) GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0) ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0) diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 182fccee9493..71d351d06f53 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -50,7 +50,8 @@ sbin/unbound-control-setup sbin/unbound-host %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.a %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.4 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2.2.1 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py %%MUNIN%%etc/munin/plugins/unbound_munin_by_class |