diff options
author | obache <obache@pkgsrc.org> | 2011-02-11 05:37:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-11 05:37:07 +0000 |
commit | 67d7869df2ceac332ca439a348c4001109aaa315 (patch) | |
tree | f67c9bc55d3c971b8e6e9479cd267f2dc08abd45 /www/webkit-gtk | |
parent | 01d25b0071b71407cb021b4f8373dae62101cbfd (diff) | |
download | pkgsrc-67d7869df2ceac332ca439a348c4001109aaa315.tar.gz |
Marked as MAKE_JOBS_SAFE=no.
try to link with non-existent libwebkit-1.0.la from Programs/unittests/*.
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r-- | www/webkit-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile index a9e7f3e0e52..cfd8d5f2cff 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2011/02/10 18:26:35 drochner Exp $ +# $NetBSD: Makefile,v 1.37 2011/02/11 05:37:07 obache Exp $ DISTNAME= webkit-1.2.7 PKGNAME= ${DISTNAME:S/webkit/webkit-gtk/} @@ -16,6 +16,7 @@ USE_TOOLS+= bison gmake perl:build pkg-config msgfmt PKGCONFIG_OVERRIDE= WebKit/gtk/webkit.pc.in PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no MAKE_FILE= GNUmakefile GNU_CONFIGURE= yes |