diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 8646e750baa0..f19934245ef7 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -45,7 +45,7 @@ STRIP_FILES= .libs/libunbound.so unbound-checkconf unbound \ unbound-control .libs/unbound-host .libs/unbound-anchor .if ${PORT_OPTIONS:MPYTHON} -USES+= python +USES+= python:2,build,run CONFIGURE_ARGS+=--with-pyunbound=yes --with-pythonmodule=yes BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 PYTHON= |