diff options
-rw-r--r-- | www/webkit-gtk2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <ahze@FreeBSD.org> # $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 <bsd.port.post.mk> |