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 | cbd820071f9c0a01ff8a77fc2dfd4b884c30f15f (patch) | |
tree | 403b4677195eeb4827248716588ff1b4fb08ce93 /geography | |
parent | e89369807828c3f8768ffd63eee7cd279ddf3760 (diff) | |
download | pkgsrc-cbd820071f9c0a01ff8a77fc2dfd4b884c30f15f.tar.gz |
Skip the portability check for one file that we don't use anyway.
Diffstat (limited to 'geography')
-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" |