diff options
author | gdt <gdt@pkgsrc.org> | 2007-04-17 01:04:44 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-04-17 01:04:44 +0000 |
commit | 0314f5d4437d182e5cde0d1d34469df8dbe2f1f5 (patch) | |
tree | c318324df5b4991f50ec92eadcfc658799146341 /geography | |
parent | 4831024c264336ac13275cdeab46a1411cd5d813 (diff) | |
download | pkgsrc-0314f5d4437d182e5cde0d1d34469df8dbe2f1f5.tar.gz |
add
MAKE_JOBS_SAFE= no
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 4441444c965..6ff9157513a 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/24 00:19:29 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2007/04/17 01:04:44 gdt Exp $ # DISTNAME= gdal-1.4.0 @@ -11,6 +11,8 @@ MAINTAINER= brook@nmsu.edu HOMEPAGE= http://www.gdal.org/ COMMENT= Translator library for raster geospatial data formats +MAKE_JOBS_SAFE= no + USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ fortran USE_LIBTOOL= yes |