pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/gdal-lib Skip the portability check for one ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b843535644d
branches:  trunk
changeset: 520627:5b843535644d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 24 09:00:02 2006 +0000

description:
Skip the portability check for one file that we don't use anyway.

diffstat:

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

diffs (18 lines):

diff -r af6a2edea82e -r 5b843535644d geography/gdal-lib/Makefile
--- a/geography/gdal-lib/Makefile       Tue Oct 24 08:57:30 2006 +0000
+++ b/geography/gdal-lib/Makefile       Tue Oct 24 09:00:02 2006 +0000
@@ -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-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"



Home | Main Index | Thread Index | Old Index