summaryrefslogtreecommitdiff
path: root/graphics/gdal
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-06-15 11:44:52 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-06-15 11:44:52 +0000
commit562cd08bbc523821aa8b925b4ad0efbd9fd7febf (patch)
tree2e2466b96538b7ea3e766ba53f87b49ff44eb2e1 /graphics/gdal
parentAdd a simple patch to reintroduce option parsing behaviour some ports (diff)
Use png from ports rather than builtin version to avoid conflicts.
PR: ports/81704 Submitted by: David Marshall <marshall@chezmarshall.com>
Notes
Notes: svn path=/head/; revision=137487
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 2947c544e56f..cc04a83b8985 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gdal
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/
@@ -14,14 +15,15 @@ MAINTAINER= lawrance@FreeBSD.org
COMMENT= A translator library for raster geospatial data formats
BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
-LIB_DEPENDS= jasper.4:${PORTSDIR}/graphics/jasper
+LIB_DEPENDS= jasper.4:${PORTSDIR}/graphics/jasper \
+ png.5:${PORTSDIR}/graphics/png
USE_PYTHON= yes
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libz=internal \
- --with-png=internal \
+ --with-png=${LOCALBASE} \
--with-libtiff=internal \
--with-libgeotiff=internal \
--with-libjpeg=internal \