summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-24 09:00:02 +0000
committerrillig <rillig>2006-10-24 09:00:02 +0000
commit6ad54b3c91515bcbb23455d42e825e50b4a87603 (patch)
tree403b4677195eeb4827248716588ff1b4fb08ce93 /geography
parent10349d72fa6db7729a20ab8e5580a202d0a85a29 (diff)
downloadpkgsrc-6ad54b3c91515bcbb23455d42e825e50b4a87603.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/Makefile4
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"