diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-14 15:41:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-14 15:41:18 +0000 |
commit | 0ef38a85f5bcc9503a7e7d68194c4b070a44a388 (patch) | |
tree | 9cb62c7fab1b2d6a2a211cc15d172579e5f1c63a /textproc/groff | |
parent | 8a9771418ef4c69e5897849387e4a9253aecd8ba (diff) | |
download | pkgsrc-0ef38a85f5bcc9503a7e7d68194c4b070a44a388.tar.gz |
Mark as not make-jobs safe. Fails with -j16 for me.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index f93e53a07a4..926fd79b342 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2009/08/01 19:13:15 dholland Exp $ +# $NetBSD: Makefile,v 1.52 2009/08/14 15:41:18 wiz Exp $ # DISTNAME= groff-1.20.1 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/groff/groff.html COMMENT= GNU roff text processing suite CHECK_PERMS= NO +MAKE_JOBS_SAFE= NO PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= share/groff/site-tmac |