Force building of the static lib to fix the plist.
This commit is contained in:
parent
05b54df324
commit
85d99bb0b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235324
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue