From 3ffd49d09353ea45c9a42c5dd0a7a2c1aef3a2e3 Mon Sep 17 00:00:00 2001 From: kwm Date: Wed, 3 Jul 2013 18:49:51 +0000 Subject: Add compatibily symlink to fix epiphany 2.30 introspection build. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18616 df743ca5-7f9a-e211-a948-0013205c9059 --- www/webkit-gtk2/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 9235956f7..0d65b48ef 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -1,9 +1,10 @@ # Created by: Michael Johnson # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/www/webkit-gtk2/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= webkit PORTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk2 @@ -90,4 +91,9 @@ post-patch: ${WRKSRC}/Source/WebCore/css/makeprop.pl \ ${WRKSRC}/Source/WebCore/make-hash-tools.pl +post-install: +# Add work around for epiphany 2.x gobject-introspection build. + ${LN} -sf ${PREFIX}/libdata/pkgconfig/webkit-1.0.pc \ + ${PREFIX}/libdata/pkgconfig/webkitgtk-1.0.pc + .include -- cgit v1.2.3