diff options
author | tron <tron@pkgsrc.org> | 2015-04-29 21:21:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2015-04-29 21:21:22 +0000 |
commit | 0fdff6d94c7671dd6d0a24ba8c03290a9068b101 (patch) | |
tree | 1151774939000ea450715d0ae10eb2bbd842f910 /databases/gnats | |
parent | edca003ebe08d188fcd7bc31898e844118242de0 (diff) | |
download | pkgsrc-0fdff6d94c7671dd6d0a24ba8c03290a9068b101.tar.gz |
Mark as not "MAKE_JOBS_SAFE".
Diffstat (limited to 'databases/gnats')
-rw-r--r-- | databases/gnats/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index a6238886d8b..b539ddb7a57 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/04/29 07:51:50 spz Exp $ +# $NetBSD: Makefile,v 1.41 2015/04/29 21:21:22 tron Exp $ DISTNAME= gnats-4.2.0 CATEGORIES= databases @@ -15,6 +15,7 @@ USE_TOOLS+= gm4 gmake makeinfo bison TEXINFO_REQD+= 4.6 USE_LIBTOOL= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= no BUILD_DEFS+= VARBASE CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |