svn commit: r364895 - head/devel/py-greenlet
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 15 03:00:43 UTC 2014
Author: sunpoet
Date: Fri Aug 15 03:00:42 2014
New Revision: 364895
URL: http://svnweb.freebsd.org/changeset/ports/364895
QAT: https://qat.redports.org/buildarchive/r364895/
Log:
- Use USES=python
Modified:
head/devel/py-greenlet/Makefile
Modified: head/devel/py-greenlet/Makefile
==============================================================================
--- head/devel/py-greenlet/Makefile Fri Aug 15 03:00:38 2014 (r364894)
+++ head/devel/py-greenlet/Makefile Fri Aug 15 03:00:42 2014 (r364895)
@@ -13,10 +13,8 @@ COMMENT= Light-weight microthreads for P
LICENSE= MIT
ONLY_FOR_ARCHS= amd64 i386
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= yes
-USES= zip
+PYTHON_FEATURES=autoplist,distutils
+USES= python zip
post-build:
@${STRIP_CMD} ${WRKSRC}/greenlet.so
More information about the svn-ports-all
mailing list