diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-05 10:10:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-05 10:10:28 +0000 |
commit | 877ab34e3e4151a223bae2b6f2f55d3f273d893a (patch) | |
tree | d7bf3bd997075620254999c81166ce29d0e12a2f /graphics/GMT | |
parent | 23d84d2d23cd372243a73cbeb0da0968d267cf06 (diff) | |
download | pkgsrc-877ab34e3e4151a223bae2b6f2f55d3f273d893a.tar.gz |
Mark as not make-jobs safe. PR 41530 by Ryo HAYASAKA.
Diffstat (limited to 'graphics/GMT')
-rw-r--r-- | graphics/GMT/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index 901596a0520..9fdfb2f5295 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/11/10 17:21:36 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2009/06/05 10:10:28 wiz Exp $ DISTNAME= GMT4.1.4 PKGNAME= GMT-4.1.4 @@ -18,6 +18,7 @@ HOMEPAGE= http://gmt.soest.hawaii.edu/ COMMENT= Generic Mapping Tools PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no EXTRACT_SUFX= .tar.bz2 DIST_SUBDIR= ${DISTNAME} |