summaryrefslogtreecommitdiff
path: root/x11/qt5-qtwebkit
diff options
context:
space:
mode:
authorwiz <wiz>2014-12-25 13:51:13 +0000
committerwiz <wiz>2014-12-25 13:51:13 +0000
commit3eaff9b289d6ecd1a5d90297cf44f8e614426e12 (patch)
treea38f49f3c5cd679f5cd6fadac00b46abba7ffc3c /x11/qt5-qtwebkit
parent3109d7b09d3c5c48760372986dec54b82b120849 (diff)
downloadpkgsrc-3eaff9b289d6ecd1a5d90297cf44f8e614426e12.tar.gz
Improve qt5 build structure, from Niclas Rosenvik:
Allow multiple BUILD_DIRS (but Makefile.common must be included later) Adds installation of some cmake files and gets rid of many manual installation rules. Bump PKGREVISION where PLIST changed.
Diffstat (limited to 'x11/qt5-qtwebkit')
-rw-r--r--x11/qt5-qtwebkit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile
index 782b796c4be..4cd7f5303c8 100644
--- a/x11/qt5-qtwebkit/Makefile
+++ b/x11/qt5-qtwebkit/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2014/12/01 11:30:41 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2014/12/25 13:51:14 wiz Exp $
PKGNAME= qt5-qtwebkit-${QTVERSION}
PKGREVISION= 4
COMMENT= Qt5 WebView module
-.include "../../x11/qt5-qtbase/Makefile.common"
-
BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf
USE_LIBTOOL= yes
@@ -30,6 +28,8 @@ BROKEN_FILES+= qt5/lib/pkgconfig/Qt5WebKit.pc \
qt5/qml/QtWebKit/experimental/libqmlwebkitexperimentalplugin.la \
qt5/qml/QtWebKit/libqmlwebkitplugin.la
+.include "../../x11/qt5-qtbase/Makefile.common"
+
post-install:
# Fix broken files
.for i in ${BROKEN_FILES}