diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-26 17:03:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-26 17:03:15 +0800 |
commit | 35358b88f46ecb360aaa743547184fca3ac2e70d (patch) | |
tree | acdadc97e9aa585f8b7b57a04d954dd601f6de25 /graphics | |
parent | a9964e49294a2c367a606502dc821f6b6aa0ffad (diff) | |
download | freebsd-ports-gnome-35358b88f46ecb360aaa743547184fca3ac2e70d.tar.gz freebsd-ports-gnome-35358b88f46ecb360aaa743547184fca3ac2e70d.tar.zst freebsd-ports-gnome-35358b88f46ecb360aaa743547184fca3ac2e70d.zip |
- Bump PORTREVISION for graphics/libgeotiff shlib change
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index b8b5724b34dd..51906ac0e6e8 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdal PORTVERSION= 1.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ @@ -99,7 +99,7 @@ CONFIGURE_ARGS+= --with-geos=no .endif .if !defined(WITHOUT_GEOTIFF) -LIB_DEPENDS+= geotiff.2:${PORTSDIR}/graphics/libgeotiff +LIB_DEPENDS+= geotiff.3:${PORTSDIR}/graphics/libgeotiff CONFIGURE_ARGS+= --with-geotiff=${LOCALBASE} .endif |