diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-10-01 20:07:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-10-01 20:07:52 +0000 |
commit | 0115b62d16366d4eb9621d6cf499dbe714f571e9 (patch) | |
tree | fed68931e46a0761de90ebee661450449b1816ef /graphics/py-gdal/Makefile | |
parent | 28c493def52ebfe28d577b4a60cb9c4dcfbe839f (diff) | |
download | ports-0115b62d16366d4eb9621d6cf499dbe714f571e9.tar.gz ports-0115b62d16366d4eb9621d6cf499dbe714f571e9.zip |
Notes
Diffstat (limited to 'graphics/py-gdal/Makefile')
-rw-r--r-- | graphics/py-gdal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index 02684e1cfaaf..aa43ac64f78e 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.0 -PORTREVISION= 1 +PORTVERSION= 1.11.1 CATEGORIES= graphics python MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ @@ -21,7 +20,7 @@ OPTIONS_DEFINE= NUMPY NUMPY_DESC= Enable array support via NumPy USE_PYTHON= autoplist distutils -USES= python shebangfix +USES= python shebangfix tar:xz WRKSRC= ${WRKDIR}/${DISTNAME}/swig/python |