diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-24 09:00:02 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-24 09:00:02 +0000 |
commit | b67f181b74ad4ce179fcfc6364e83de40e79b36c (patch) | |
tree | 403b4677195eeb4827248716588ff1b4fb08ce93 /geography/gdal-lib | |
parent | bf75d6456445c9a2660ed0c0e6da72b27b966db4 (diff) | |
download | pkgsrc-b67f181b74ad4ce179fcfc6364e83de40e79b36c.tar.gz |
Skip the portability check for one file that we don't use anyway.
Diffstat (limited to 'geography/gdal-lib')
-rw-r--r-- | geography/gdal-lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 42a5667679c..98ce6bdb78d 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/09/09 02:42:01 obache Exp $ +# $NetBSD: Makefile,v 1.5 2006/10/24 09:00:02 rillig Exp $ # DISTNAME= gdal-1.3.1 @@ -38,6 +38,8 @@ CONFIGURE_ARGS+= --with-xerces-lib=-L${PREFIX:Q}/lib\ -lxerces-c CONFIGURE_ARGS+= --with-geos CONFIGURE_ARGS+= --without-python +CHECK_PORTABILITY_SKIP+= mkbindist.sh + .include "../../devel/zlib/buildlink3.mk" .include "../../misc/proj/buildlink3.mk" .include "../../geography/geos/buildlink3.mk" |