diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-03 10:56:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-03 10:56:01 +0000 |
commit | 50a49927c893c31b1a3ec7b5723c4e3436681cb7 (patch) | |
tree | 644f7ce690c4cccf79e544d0ad4c530c6ac2c6fd /www/w3m | |
parent | ba3dfaad1ec03fdff6c8d4f74a8565cb2c8bcb54 (diff) | |
download | pkgsrc-50a49927c893c31b1a3ec7b5723c4e3436681cb7.tar.gz |
Mark as not make-jobs-safe (at least not with -j16).
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index b28d5b36217..4a33f1cf993 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.52 2008/12/13 08:09:41 obache Exp $ +# $NetBSD: Makefile.common,v 1.53 2009/06/03 10:56:01 wiz Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -10,6 +10,7 @@ HOMEPAGE= http://w3m.sourceforge.net/ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes USE_TOOLS+= gmake # Needed for some combinations of options... |