diff options
-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 |