summaryrefslogtreecommitdiff
path: root/geography/gdal-lib
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-06-11 20:42:49 +0000
committerwiz <wiz@pkgsrc.org>2006-06-11 20:42:49 +0000
commit32240f8027dd3f149a3a924afd0faccc8cc5a469 (patch)
tree8e638c83110403c1415adc97df20b3b593fed92a /geography/gdal-lib
parent95f63bf479f71c376fa50fa83b30502da1d336ac (diff)
downloadpkgsrc-32240f8027dd3f149a3a924afd0faccc8cc5a469.tar.gz
Add missing zlib dependency, noted in Linux bulk build.
Diffstat (limited to 'geography/gdal-lib')
-rw-r--r--geography/gdal-lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile
index 0874908d2e5..580d3915e78 100644
--- a/geography/gdal-lib/Makefile
+++ b/geography/gdal-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/05/15 22:44:28 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/11 20:42:49 wiz Exp $
#
DISTNAME= gdal-1.3.1
@@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --with-xerces-lib=-L${PREFIX:Q}/lib\ -lxerces-c
CONFIGURE_ARGS+= --with-geos
CONFIGURE_ARGS+= --without-python
+.include "../../devel/zlib/buildlink3.mk"
.include "../../misc/proj/buildlink3.mk"
.include "../../geography/geos/buildlink3.mk"
.include "../../textproc/xerces-c/buildlink3.mk"