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 | 7cc74597bc378d1328dd1faca9bb5e97206e7f34 (patch) | |
tree | 2ffbe2ba78bdb0997db5fba6dd0dca763536bcc0 /www/webkit-gtk | |
parent | 60ec9e3e72f042bc205684bc47b4c5daea1cfaa0 (diff) | |
download | pkgsrc-7cc74597bc378d1328dd1faca9bb5e97206e7f34.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 |