diff options
author | sem <sem@FreeBSD.org> | 2014-12-06 03:00:10 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2014-12-06 03:00:10 +0800 |
commit | c2cbc6577b7df9684b2477a33c20fd40a43fb59a (patch) | |
tree | fc984406229e70e95936fd1dd8df5fc9f351483a /dns | |
parent | f84c7f64e6f17c071fc936bed2cee8ad10ce8125 (diff) | |
download | freebsd-ports-gnome-c2cbc6577b7df9684b2477a33c20fd40a43fb59a.tar.gz freebsd-ports-gnome-c2cbc6577b7df9684b2477a33c20fd40a43fb59a.tar.zst freebsd-ports-gnome-c2cbc6577b7df9684b2477a33c20fd40a43fb59a.zip |
- Fix python dependency
PR: 194447
Submitted by: Andrew Berg <aberg010@my.hennepintech.edu>
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= |