svn commit: r364903 - head/graphics/py-ming
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 15 03:01:19 UTC 2014
Author: sunpoet
Date: Fri Aug 15 03:01:18 2014
New Revision: 364903
URL: http://svnweb.freebsd.org/changeset/ports/364903
QAT: https://qat.redports.org/buildarchive/r364903/
Log:
- Use USES=python
Modified:
head/graphics/py-ming/Makefile
Modified: head/graphics/py-ming/Makefile
==============================================================================
--- head/graphics/py-ming/Makefile Fri Aug 15 03:01:14 2014 (r364902)
+++ head/graphics/py-ming/Makefile Fri Aug 15 03:01:18 2014 (r364903)
@@ -13,9 +13,8 @@ LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
CONFIGURE_ARGS= --enable-python
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= 2
+PYTHON_FEATURES=autoplist,distutils
+USES= python:2
BUILD_WRKSRC= ${WRKSRC}/py_ext
INSTALL_WRKSRC= ${WRKSRC}/py_ext
More information about the svn-ports-all
mailing list