diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-05-07 08:12:53 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-05-07 08:12:53 +0000 |
commit | b360c0c97b599904652ff595b45d5ed7cd29aaac (patch) | |
tree | a19f2f07e36828c7650b4b16e1ef5e095b2d05f2 /graphics/gdal | |
parent | 9282898646dbb64f8807f3ea1a788a02042ddd9b (diff) | |
download | ports-b360c0c97b599904652ff595b45d5ed7cd29aaac.tar.gz ports-b360c0c97b599904652ff595b45d5ed7cd29aaac.zip |
Notes
Diffstat (limited to 'graphics/gdal')
-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 51906ac0e6e8..3be9e71b8bf9 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdal PORTVERSION= 1.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ @@ -183,7 +183,7 @@ CONFIGURE_ARGS+= --with-php .endif .if defined(WITH_PROJ) -LIB_DEPENDS+= proj.6:${PORTSDIR}/graphics/proj +LIB_DEPENDS+= proj.7:${PORTSDIR}/graphics/proj CONFIGURE_ARGS+= --with-static-proj4=${LOCALBASE} .else CONFIGURE_ARGS+= --with-static-proj4=no |