svn commit: r364924 - head/www/py-qp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 15 03:02:57 UTC 2014
Author: sunpoet
Date: Fri Aug 15 03:02:56 2014
New Revision: 364924
URL: http://svnweb.freebsd.org/changeset/ports/364924
QAT: https://qat.redports.org/buildarchive/r364924/
Log:
- Use USES=python
Modified:
head/www/py-qp/Makefile
Modified: head/www/py-qp/Makefile
==============================================================================
--- head/www/py-qp/Makefile Fri Aug 15 03:02:51 2014 (r364923)
+++ head/www/py-qp/Makefile Fri Aug 15 03:02:56 2014 (r364924)
@@ -19,8 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
-USE_PYDISTUTILS=yes
-USE_PYTHON= 2
+PYTHON_FEATURES=distutils
+USES= python:2
SUB_FILES= pkg-message
More information about the svn-ports-head
mailing list