svn commit: r364902 - head/graphics/py-gdal

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


Author: sunpoet
Date: Fri Aug 15 03:01:14 2014
New Revision: 364902
URL: http://svnweb.freebsd.org/changeset/ports/364902
QAT: https://qat.redports.org/buildarchive/r364902/

Log:
  - Use USES=python

Modified:
  head/graphics/py-gdal/Makefile

Modified: head/graphics/py-gdal/Makefile
==============================================================================
--- head/graphics/py-gdal/Makefile	Fri Aug 15 03:01:09 2014	(r364901)
+++ head/graphics/py-gdal/Makefile	Fri Aug 15 03:01:14 2014	(r364902)
@@ -20,10 +20,8 @@ LIB_DEPENDS=	libgdal.so:${PORTSDIR}/grap
 OPTIONS_DEFINE=	NUMPY
 NUMPY_DESC=	Enable array support via NumPy
 
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	yes
-USES=		shebangfix
+PYTHON_FEATURES=autoplist,distutils
+USES=		python shebangfix
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/swig/python
 


More information about the svn-ports-all mailing list