diff options
author | gdt <gdt> | 2007-04-17 01:04:44 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-04-17 01:04:44 +0000 |
commit | 54ae12e0e3ff9d8eaf65b519de4c40e8b0f081cc (patch) | |
tree | c318324df5b4991f50ec92eadcfc658799146341 /geography/gdal-lib | |
parent | 3387ad7bd83168dea332f1ea4813a6bce87dd436 (diff) | |
download | pkgsrc-54ae12e0e3ff9d8eaf65b519de4c40e8b0f081cc.tar.gz |
add
MAKE_JOBS_SAFE= no
Diffstat (limited to 'geography/gdal-lib')
-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 |