diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-03 18:59:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-03 18:59:26 +0000 |
commit | d820555e2cc690aa9a340852d1db0fe09fa00e6d (patch) | |
tree | 279f721ef253d313f4c1778770fd9908a40e76df /www/webkit-gtk | |
parent | 8fb0f806a4dac9a59518364c21141d4268d543bc (diff) | |
download | pkgsrc-d820555e2cc690aa9a340852d1db0fe09fa00e6d.tar.gz |
Revert previous on joerg's request.
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 310c5eab8ee..334b350a1b5 100644 --- a/www/webkit-gtk/Makefile.common +++ b/www/webkit-gtk/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2013/03/03 15:18:51 wiz Exp $ +# $NetBSD: Makefile.common,v 1.22 2013/03/03 18:59:26 wiz 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 MAKE_FILE= GNUmakefile |