aboutsummaryrefslogtreecommitdiff
path: root/databases/py-kyotocabinet
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 03:00:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 03:00:12 +0000
commit003394f58bdd248fd77891d6dd42424bdb69ce26 (patch)
tree37c93538c0f15fa32074a31d9df2d914d99d80d7 /databases/py-kyotocabinet
parent6f712b89bd25323bc9cd687fcfec4ca3bd4aac7f (diff)
downloadports-003394f58bdd248fd77891d6dd42424bdb69ce26.tar.gz
ports-003394f58bdd248fd77891d6dd42424bdb69ce26.zip
- Use USES=python
Notes
Notes: svn path=/head/; revision=364888
Diffstat (limited to 'databases/py-kyotocabinet')
-rw-r--r--databases/py-kyotocabinet/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-kyotocabinet/Makefile b/databases/py-kyotocabinet/Makefile
index 10f79e2ec7cf..8d76a32bb13c 100644
--- a/databases/py-kyotocabinet/Makefile
+++ b/databases/py-kyotocabinet/Makefile
@@ -16,8 +16,7 @@ LICENSE= GPLv3
LIB_DEPENDS= libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= 3
+PYTHON_FEATURES=autoplist,distutils
+USES= python:3
.include <bsd.port.mk>