Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 03:01:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364902 - head/graphics/py-gdal
Message-ID:  <201408150301.s7F31Egm073381@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408150301.s7F31Egm073381>