pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/gdal-lib Add missing zlib dependency, noted ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00219ef170db
branches:  trunk
changeset: 514421:00219ef170db
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 11 20:42:49 2006 +0000

description:
Add missing zlib dependency, noted in Linux bulk build.

diffstat:

 geography/gdal-lib/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fab59f9dec36 -r 00219ef170db geography/gdal-lib/Makefile
--- a/geography/gdal-lib/Makefile       Sun Jun 11 20:08:27 2006 +0000
+++ b/geography/gdal-lib/Makefile       Sun Jun 11 20:42:49 2006 +0000
@@ -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-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"



Home | Main Index | Thread Index | Old Index