diff options
Diffstat (limited to 'www/webkit-gtk/Makefile')
-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 a26f4b8b026..fcc63db098b 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2010/01/18 09:59:32 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2010/04/12 02:26:39 obache Exp $ DISTNAME= webkit-1.1.15.4 PKGNAME= ${DISTNAME:S/webkit/webkit-gtk/} @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-target=x11 \ --with-font-backend=freetype +.include "options.mk" REPLACE_PERL+= JavaScriptCore/pcre/dftables \ JavaScriptCore/create_hash_table \ |