diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-12 12:40:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-12 12:40:15 +0000 |
commit | a8cc35a10e90f8f79065f49149f25bf73fa3365a (patch) | |
tree | 9e9a97b3aab77d2cc63f709a61eb4142ae8b1d83 /net/libproxy-python | |
parent | Fix packaging with python3 (diff) |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Notes
Notes:
svn path=/head/; revision=456126
Diffstat (limited to 'net/libproxy-python')
-rw-r--r-- | net/libproxy-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libproxy-python/Makefile b/net/libproxy-python/Makefile index bbd404c8e800..4e04222ac4bc 100644 --- a/net/libproxy-python/Makefile +++ b/net/libproxy-python/Makefile @@ -18,7 +18,7 @@ PLIST= ${.CURDIR}/pkg-plist INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}/bindings/python NO_ARCH= yes NO_BUILD= yes -USES= python +USES= python:2.7 LIBPROXY_SLAVE= python |