diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-06 00:33:46 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-06 00:33:46 +0000 |
commit | 8928bafc47eb2e551a4e8840a3b0323fa9a78f07 (patch) | |
tree | 2ffbe2ba78bdb0997db5fba6dd0dca763536bcc0 /www/webkit-gtk | |
parent | 5ddcf590566ed8b8ff404c2bfd6e5b729396c519 (diff) | |
download | pkgsrc-8928bafc47eb2e551a4e8840a3b0323fa9a78f07.tar.gz |
Not MAKE_JOBS_SAFE. (and now it takes that much longer to build... sigh)
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r-- | www/webkit-gtk/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/webkit-gtk/Makefile.common b/www/webkit-gtk/Makefile.common index 316d5985c6e..0627c6aa833 100644 --- a/www/webkit-gtk/Makefile.common +++ b/www/webkit-gtk/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2012/04/30 13:57:02 drochner Exp $ +# $NetBSD: Makefile.common,v 1.13 2012/05/06 00:33:46 dholland Exp $ # used by www/webkit-gtk/Makefile # used by www/webkit-gtk3/Makefile @@ -17,6 +17,8 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= bison gmake perl:build pkg-config msgfmt +MAKE_JOBS_SAFE= no + PKGCONFIG_OVERRIDE= Source/WebKit/gtk/webkit.pc.in PKG_DESTDIR_SUPPORT= user-destdir |