- Use USES=python

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-08-15 03:01:58 +00:00
parent cac3e9261f
commit f81d94c78d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364912

View file

@ -16,8 +16,7 @@ LICENSE= MIT
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS:= ${BUILD_DEPENDS}
PYDISTUTILS_AUTOPLIST= yes
USE_PYDISTUTILS=yes
USE_PYTHON= yes
PYTHON_FEATURES=autoplist,distutils
USES= python
.include <bsd.port.mk>