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/Makefile | |
parent | 2d6f7996065a78924512c73ae727da297019c939 (diff) |
Notes
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r-- | graphics/gdal/Makefile | 6 |
1 files changed, 4 insertions, 2 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 |