diff options
Diffstat (limited to 'dns/unbound')
-rw-r--r-- | dns/unbound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 8b82957bc379..1827bc57286b 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -72,10 +72,10 @@ LIBEVENT_CPPFLAGS+= $$(pkg-config libevent --cflags-only-I) LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent LIBEVENT_LDFLAGS+= $$(pkg-config libevent --libs-only-L) MUNIN_PLUGIN_SUB_FILES= pkg-message -PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 +PYTHON_BUILD_DEPENDS= swig:devel/swig PYTHON_CONFIGURE_ON= --with-pyunbound=yes --with-pythonmodule=yes \ LDFLAGS="-L${LOCALBASE}/lib" \ - ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0 + ac_cv_path_SWIG=${LOCALBASE}/bin/swig PYTHON_USES= python PYTHON_VARS= STRIP_FILES+=.libs/_unbound.so THREADS_CONFIGURE_WITH= pthreads |