On Sat, Jul 30, 2011 at 12:42:07AM +0100, Nigel Taylor wrote:
> Hi,
> 
> I got this build error:-
> 
> ....
> Dependency pango ==0.12.*: using pango-0.12.0
> Setup: user error (The pkg-config package webkit-1.0 version >=1.1.15 is
> required but it could not be found.)
> *** Error code 1
> 
> Your missing a build dependency on webkit. When webkit package was installed
> manually this package built. These are binding for webkit, there is
> also likely a run time dependency also missing for webkit.

Right, pretty embarrassing to forget the dependency on webkit... Thanks


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/hs-webkit/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    23 Jul 2011 14:47:09 -0000      1.1.1.1
+++ Makefile    30 Jul 2011 16:53:08 -0000
@@ -19,7 +19,8 @@ RUN_DEPENDS = x11/hs-gtk>=0.12.0 \
                graphics/hs-cairo>=0.12.0 \
                devel/hs-pango>=0.12.0 \
                devel/hs-glib>=0.12.0 \
-               devel/hs-mtl
+               devel/hs-mtl \
+               www/webkit>=1.1.15
 BUILD_DEPENDS =        ${RUN_DEPENDS} \
                devel/gtk2hs-buildtools
 

Best regards,
Jona

Reply via email to