diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-06-06 19:02:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-06-06 19:02:14 +0000 |
commit | 85d99bb0b698f88321380d3ec26bb09093b3eea3 (patch) | |
tree | 5a01254ba24ef04c0483096d8d1913d9bb555db0 | |
parent | Fix the upload torrent, bump the PORTREVISION on daemon and gtk. (diff) |
Force building of the static lib to fix the plist.
Notes
Notes:
svn path=/head/; revision=235324
-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 |