svn commit: r364912 - head/math/py-numexpr
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 15 03:01:59 UTC 2014
Author: sunpoet
Date: Fri Aug 15 03:01:58 2014
New Revision: 364912
URL: http://svnweb.freebsd.org/changeset/ports/364912
QAT: https://qat.redports.org/buildarchive/r364912/
Log:
- Use USES=python
Modified:
head/math/py-numexpr/Makefile
Modified: head/math/py-numexpr/Makefile
==============================================================================
--- head/math/py-numexpr/Makefile Fri Aug 15 03:01:54 2014 (r364911)
+++ head/math/py-numexpr/Makefile Fri Aug 15 03:01:58 2014 (r364912)
@@ -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>
More information about the svn-ports-head
mailing list