summaryrefslogtreecommitdiff
path: root/x11/qt5-qtwebkit
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt5-qtwebkit')
-rw-r--r--x11/qt5-qtwebkit/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile
index 3ebf04a642c..b4506dbfe06 100644
--- a/x11/qt5-qtwebkit/Makefile
+++ b/x11/qt5-qtwebkit/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2014/07/27 23:04:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2014/08/10 13:24:54 wiz Exp $
PKGNAME= qt5-qtwebkit-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 WebView module
.include "../../x11/qt5-qtbase/Makefile.common"
@@ -47,6 +48,9 @@ post-install:
.endfor
.include "../../databases/sqlite3/buildlink3.mk"
+.if ${OPSYS} = "Darwin" || ${OPSYS} = "Linux" || ${OPSYS} = "NetBSD"
+.include "../../devel/libexecinfo/buildlink3.mk"
+.endif
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/libwebp/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"