aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 00:55:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 00:55:30 +0000
commit095fbe3e1ac5c36839609020469db604066f1593 (patch)
tree0a69cd254580d4d21a13477bb17d8668bd96aeaa /graphics/gdal/Makefile
parentb7c8fa81388270a1207e4ec93400bd6fb46f9e0f (diff)
downloadports-095fbe3e1ac5c36839609020469db604066f1593.tar.gz
ports-095fbe3e1ac5c36839609020469db604066f1593.zip
- Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1]
Notes
Notes: svn path=/head/; revision=352854
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r--graphics/gdal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 19e959fa870c..83bd2e85b054 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gdal
PORTVERSION= 1.11.0
+PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
@@ -68,7 +69,7 @@ GTA_CONFIGURE_ON= --with-gta=${LOCALBASE}
GTA_LIB_DEPENDS= libgta.so:${PORTSDIR}/devel/libgta
HDF5_CONFIGURE_OFF= --with-hdf5=no
HDF5_CONFIGURE_ON= --with-hdf5=${LOCALBASE}
-HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5-18
+HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5
ICONV_CONFIGURE_OFF= --with-libiconv-prefix=no
ICONV_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG}
ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib ${ICONV_LIB}