diff options
author | obache <obache@pkgsrc.org> | 2012-02-13 01:24:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-13 01:24:20 +0000 |
commit | 89d6a8e1d7913301698ce2521868c7b1e8b473ad (patch) | |
tree | 72e34642b272282b1579671c25fcd64032450fb2 /www | |
parent | 60e548e9e1057a2eb3fbbb58dfafad922fe72744 (diff) | |
download | pkgsrc-89d6a8e1d7913301698ce2521868c7b1e8b473ad.tar.gz |
Drop MAKE_JOBS_SAFE=no, I cannot reporduce the issue when I added it.
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-gtk/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/webkit-gtk/Makefile.common b/www/webkit-gtk/Makefile.common index 104ddf4272b..f3033542bcd 100644 --- a/www/webkit-gtk/Makefile.common +++ b/www/webkit-gtk/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2012/02/04 13:24:35 drochner Exp $ +# $NetBSD: Makefile.common,v 1.10 2012/02/13 01:24:20 obache Exp $ # used by www/webkit-gtk/Makefile # used by www/webkit-gtk3/Makefile @@ -20,7 +20,6 @@ USE_TOOLS+= bison gmake perl:build pkg-config msgfmt PKGCONFIG_OVERRIDE= Source/WebKit/gtk/webkit.pc.in PKG_DESTDIR_SUPPORT= user-destdir -MAKE_JOBS_SAFE= no MAKE_FILE= GNUmakefile GNU_CONFIGURE= yes |