diff options
author | asau <asau> | 2010-07-30 11:03:27 +0000 |
---|---|---|
committer | asau <asau> | 2010-07-30 11:03:27 +0000 |
commit | 84b985ad93c7271fd10a7e06a96e25539f1d7ea6 (patch) | |
tree | 9a36daaad58bc99d5f28226c87c1b908fa1b8c20 /geography | |
parent | da16d60356f22c767282fbc2a64091fbe1a8eafd (diff) | |
download | pkgsrc-84b985ad93c7271fd10a7e06a96e25539f1d7ea6.tar.gz |
Remove extraneous definitions.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gdal-lib/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index bff2e8ee364..daf4b0c4a54 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2010/07/30 10:36:24 asau Exp $ +# $NetBSD: Makefile,v 1.29 2010/07/30 11:03:27 asau Exp $ DISTNAME= gdal-1.7.1 PKGNAME= gdal-lib-1.7.1 @@ -26,10 +26,6 @@ CONFIGURE_ARGS+= --without-python MAKE_FILE= GNUmakefile -PKG_OPTIONS_VAR= PKG_OPTIONS.gdal-lib -PKG_SUPPORTED_OPTIONS= pgsql mysql -PKG_SUGGESTED_OPTIONS= pgsql - .include "options.mk" CHECK_PORTABILITY_SKIP+= mkbindist.sh |