svn commit: r365333 - head/devel/py-setuptools
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Aug 18 17:47:45 UTC 2014
Author: sunpoet
Date: Mon Aug 18 17:47:44 2014
New Revision: 365333
URL: http://svnweb.freebsd.org/changeset/ports/365333
QAT: https://qat.redports.org/buildarchive/r365333/
Log:
- Use USES=python
Modified:
head/devel/py-setuptools/Makefile
Modified: head/devel/py-setuptools/Makefile
==============================================================================
--- head/devel/py-setuptools/Makefile Mon Aug 18 17:43:41 2014 (r365332)
+++ head/devel/py-setuptools/Makefile Mon Aug 18 17:47:44 2014 (r365333)
@@ -19,9 +19,8 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFI
PLIST_SUB= PYVER=${PYTHON_VER} VERSION=${PORTVERSION} \
EASYINSTALL_PTH=${PYTHON_SITELIBDIR}/easy-install.pth
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
PYDISTUTILS_SETUP= ${PYSETUP}
SUB_LIST= IF_DEFAULT=${IF_DEFAULT}
More information about the svn-ports-all
mailing list