diff options
author | marcus <marcus@FreeBSD.org> | 2009-06-07 03:02:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-06-07 03:02:14 +0800 |
commit | 27a849cbfd190d54751b21ca5844691fd3029b62 (patch) | |
tree | d7b45c5511422324f727c69db3aae94da4c2328a /www | |
parent | 5328ba818d5620ead23b525b338db01d5a607e0a (diff) | |
download | freebsd-ports-gnome-27a849cbfd190d54751b21ca5844691fd3029b62.tar.gz freebsd-ports-gnome-27a849cbfd190d54751b21ca5844691fd3029b62.tar.zst freebsd-ports-gnome-27a849cbfd190d54751b21ca5844691fd3029b62.zip |
Force building of the static lib to fix the plist.
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-gtk2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 9fe4e2b6385a..5e320e6036bc 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -8,7 +8,7 @@ PORTNAME= webkit PORTVERSION= 1.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://people.freedesktop.org/~alp/webkit/gtk/ PKGNAMESUFFIX= -gtk2 @@ -35,7 +35,8 @@ CONFIGURE_ARGS= --with-webkit-target=x11 \ --enable-icon-database \ --enable-svg \ --enable-svg-fonts \ - --enable-svg-experimental + --enable-svg-experimental \ + --enable-static MAKEFILE= GNUmakefile BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2 |