diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-11 11:16:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-11 11:16:06 +0000 |
commit | 61a8320e094bcc5c2c13f6f8a975e215d6557561 (patch) | |
tree | 911f6262582c3313ad33bce1227b7d5e6f253a4c /graphics/py-gdal | |
parent | e230048069f5245b1f8598663a5f0b1a41599dd6 (diff) |
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]
Approved by: portmgr (implicit) [1]
Notes
Notes:
svn path=/head/; revision=361523
Diffstat (limited to 'graphics/py-gdal')
-rw-r--r-- | graphics/py-gdal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index b7703ce1c3ff..16d536e456c5 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.11.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ |