svn commit: r366516 - head/graphics/py-imaging

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 29 14:46:05 UTC 2014


Author: bapt
Date: Fri Aug 29 14:46:04 2014
New Revision: 366516
URL: http://svnweb.freebsd.org/changeset/ports/366516
QAT: https://qat.redports.org/buildarchive/r366516/

Log:
  Modernize python

Modified:
  head/graphics/py-imaging/Makefile

Modified: head/graphics/py-imaging/Makefile
==============================================================================
--- head/graphics/py-imaging/Makefile	Fri Aug 29 14:45:45 2014	(r366515)
+++ head/graphics/py-imaging/Makefile	Fri Aug 29 14:46:04 2014	(r366516)
@@ -19,10 +19,9 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 
 UNIQUENAME=	py-${PORTNAME}
 
+USES=		python
 DIST_SUBDIR=	python
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USE_PYTHON=	distutils autoplist
 
 PLIST_FILES=	%%PYTHON_INCLUDEDIR%%/ImPlatform.h %%PYTHON_INCLUDEDIR%%/Imaging.h
 PORTDOCS=	*


More information about the svn-ports-head mailing list