diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-10-18 01:35:26 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-10-18 01:35:26 +0000 |
commit | 37a6975d1f38e559d9897a784f2c17049042392d (patch) | |
tree | 4648b6a38891cf25ab5f07616bb2442adbd6c704 /graphics/gdal | |
parent | 2d6f7996065a78924512c73ae727da297019c939 (diff) | |
download | ports-37a6975d1f38e559d9897a784f2c17049042392d.tar.gz ports-37a6975d1f38e559d9897a784f2c17049042392d.zip |
Notes
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 6 | ||||
-rw-r--r-- | graphics/gdal/distinfo | 4 | ||||
-rw-r--r-- | graphics/gdal/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index ebfb29b21a22..c87949daf9a9 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdal -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ @@ -14,10 +14,11 @@ MAINTAINER= boris@brooknet.com.au COMMENT= A translator library for raster geospatial data formats BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen +LIB_DEPENDS= jasper.4:${PORTSDIR}/graphics/jasper USE_PYTHON= yes USE_GMAKE= yes -USE_REINPLACE =yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libz=internal \ --with-png=internal \ @@ -25,6 +26,7 @@ CONFIGURE_ARGS= --with-libz=internal \ --with-libgeotiff=internal \ --with-libjpeg=internal \ --with-libgif=internal \ + --with-jasper=${LOCALBASE} \ --with-python MAKEFILE= GNUmakefile INSTALLS_SHLIB= yes diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo index 4090d603b3e4..19783dd0a2e6 100644 --- a/graphics/gdal/distinfo +++ b/graphics/gdal/distinfo @@ -1,2 +1,2 @@ -MD5 (gdal-1.2.0.tar.gz) = 7882b50cfe4c991d0ab9f89542a1767d -SIZE (gdal-1.2.0.tar.gz) = 3670589 +MD5 (gdal-1.2.1.tar.gz) = 31f454e8f456bc6973ff652108b5f5e6 +SIZE (gdal-1.2.1.tar.gz) = 3899013 diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist index 7f9989a09053..fff784b535b6 100644 --- a/graphics/gdal/pkg-plist +++ b/graphics/gdal/pkg-plist @@ -45,7 +45,7 @@ include/ogrsf_frmts.h lib/libgdal.a lib/libgdal.la lib/libgdal.so -lib/libgdal.so.3 +lib/libgdal.so.4 %%PYTHON_SITELIBDIR%%/_gdalmodule.a %%PYTHON_SITELIBDIR%%/_gdalmodule.la %%PYTHON_SITELIBDIR%%/_gdalmodule.so |