summaryrefslogtreecommitdiff
path: root/x11/qt5-qtwebkit
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-01-15 13:03:13 +0000
committerjoerg <joerg@pkgsrc.org>2015-01-15 13:03:13 +0000
commit7e41c2edf810912af0371de210c32bf47cf6cc63 (patch)
tree558513574d24b4269fbcf942bbbcf279349de6f5 /x11/qt5-qtwebkit
parent766e34f0ff7e305a9291035a9d86df3324a11183 (diff)
downloadpkgsrc-7e41c2edf810912af0371de210c32bf47cf6cc63.tar.gz
Fix include order to ensure bsd.prefs.mk is included before using
settings from mk.conf. Depend on ICU as requested by the build.
Diffstat (limited to 'x11/qt5-qtwebkit')
-rw-r--r--x11/qt5-qtwebkit/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile
index 5e7b64fbe4e..ad0aef1f365 100644
--- a/x11/qt5-qtwebkit/Makefile
+++ b/x11/qt5-qtwebkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2014/12/30 17:23:47 adam Exp $
+# $NetBSD: Makefile,v 1.22 2015/01/15 13:03:13 joerg Exp $
DISTNAME= qtwebkit-opensource-src-${QTVERSION}
PKGNAME= qt5-qtwebkit-${QTVERSION}
@@ -13,14 +13,14 @@ MAKE_ENV+= QTDIR=${QTDIR}
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
INSTALLATION_DIRS+= lib/pkgconfig
+.include "../../x11/qt5-qtbase/Makefile.common"
+
.if ${USE_CWRAPPERS:Uno} == "yes"
BUILDLINK_TRANSFORM+= R:${WRKSRC}/lib:${QTDIR}/lib
.else
BUILDLINK_TRANSFORM+= rpath:${WRKSRC}/lib:${QTDIR}/lib
.endif
-.include "../../x11/qt5-qtbase/Makefile.common"
-
post-install:
.for i in Qt5WebKit.pc Qt5WebKitWidgets.pc
cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
@@ -32,6 +32,7 @@ post-install:
.include "../../devel/libexecinfo/buildlink3.mk"
.endif
.include "../../graphics/libwebp/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.if ${OPSYS} != "Darwin"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"