aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 03:00:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 03:00:08 +0000
commit6f712b89bd25323bc9cd687fcfec4ca3bd4aac7f (patch)
treef3fbc5eb55894ea362d93fe48a74e3921c12a5a9
parentdb6a65ef96a4ad0a7528f262673d0a31f68c46be (diff)
downloadports-6f712b89bd25323bc9cd687fcfec4ca3bd4aac7f.tar.gz
ports-6f712b89bd25323bc9cd687fcfec4ca3bd4aac7f.zip
- Use USES=python
Notes
Notes: svn path=/head/; revision=364887
-rw-r--r--databases/py-leveldb/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/py-leveldb/Makefile b/databases/py-leveldb/Makefile
index 25e733704984..3bf0598f05c8 100644
--- a/databases/py-leveldb/Makefile
+++ b/databases/py-leveldb/Makefile
@@ -16,10 +16,8 @@ LICENSE= BSD3CLAUSE
LIB_DEPENDS= libleveldb.so:${PORTSDIR}/databases/leveldb
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= yes
-USES= tar:xz
+PYTHON_FEATURES=autoplist,distutils
+USES= python tar:xz
post-patch:
@${REINPLACE_CMD} \