diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-16 23:40:26 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-16 23:40:26 +0000 |
commit | b17a1da4bbd021c013e6ca2c5ec20d9f107bf74e (patch) | |
tree | ecdbe8e5c338883f76cca5363d3da18a564c0489 /graphics/gdal/Makefile | |
parent | Update to 0.8.8a (diff) |
Upate to 1.1.8
PR: 47075
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=73292
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r-- | graphics/gdal/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 818016fcac3a..872a55556fc6 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -6,21 +6,21 @@ # PORTNAME= gdal -PORTVERSION= 1.1.7 +PORTVERSION= 1.1.8 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff USE_PYTHON= yes +USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-libz=internal \ +CONFIGURE_ARGS= --with-libz=internal \ --with-png=internal \ --with-libtiff=internal \ --with-libgeotiff=internal \ @@ -28,7 +28,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-libgif=internal \ --with-python MAKEFILE= GNUmakefile -USE_GMAKE= yes INSTALLS_SHLIB= yes .include <bsd.port.mk> |