diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-08-24 03:53:58 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-08-24 03:53:58 +0800 |
commit | 45a8e40049125fc78fe6bfc8b6fa2b936869f80d (patch) | |
tree | 3752022901c517f3d0fc0326eb001aeb03f92df7 | |
parent | e47962241b6cd33cb2154914c33aa957f2541e4c (diff) | |
download | marcuscom-ports-45a8e40049125fc78fe6bfc8b6fa2b936869f80d.tar.gz marcuscom-ports-45a8e40049125fc78fe6bfc8b6fa2b936869f80d.tar.zst marcuscom-ports-45a8e40049125fc78fe6bfc8b6fa2b936869f80d.zip |
Bump revision to be higher then ports.
Fix plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18663 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/webkit-gtk2/Makefile | 6 | ||||
-rw-r--r-- | www/webkit-gtk2/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index e6c108ff0..a568aac90 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -4,7 +4,7 @@ PORTNAME= webkit PORTVERSION= 1.8.3 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk2 @@ -49,7 +49,7 @@ OPTIONS_DEFINE= WEBGL DEBUG OPTIONS_DEFAULT=WEBGL WEBGL_DESC= Enable Web GL support -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MWEBGL} USE_GL= gl @@ -94,4 +94,4 @@ post-install: ${LN} -sf ${PREFIX}/libdata/pkgconfig/webkit-1.0.pc \ ${PREFIX}/libdata/pkgconfig/webkitgtk-1.0.pc -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/webkit-gtk2/pkg-plist b/www/webkit-gtk2/pkg-plist index 93dfa03ce..6b531549f 100644 --- a/www/webkit-gtk2/pkg-plist +++ b/www/webkit-gtk2/pkg-plist @@ -284,6 +284,7 @@ lib/libwebkitgtk-1.0.so lib/libwebkitgtk-1.0.so.0 libdata/pkgconfig/javascriptcoregtk-1.0.pc libdata/pkgconfig/webkit-1.0.pc +libdata/pkgconfig/webkitgtk-1.0.pc share/gir-1.0/JSCore-1.0.gir share/gir-1.0/WebKit-1.0.gir share/locale/ar/LC_MESSAGES/webkit-2.0.mo |