svn commit: r364927 - head/www/py-qpy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 15 03:27:56 UTC 2014


Author: sunpoet
Date: Fri Aug 15 03:27:55 2014
New Revision: 364927
URL: http://svnweb.freebsd.org/changeset/ports/364927
QAT: https://qat.redports.org/buildarchive/r364927/

Log:
  - Use USES=python

Modified:
  head/www/py-qpy/Makefile

Modified: head/www/py-qpy/Makefile
==============================================================================
--- head/www/py-qpy/Makefile	Fri Aug 15 03:26:48 2014	(r364926)
+++ head/www/py-qpy/Makefile	Fri Aug 15 03:27:55 2014	(r364927)
@@ -15,9 +15,8 @@ COMMENT=	Generating safely-quoted html t
 OPTIONS_DEFINE=	DOCS
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	2
+PYTHON_FEATURES=autoplist,distutils
+USES=		python:2
 
 PORTDOCS=	CHANGES.txt LICENSE.txt README.txt
 


More information about the svn-ports-all mailing list