From 3eaff9b289d6ecd1a5d90297cf44f8e614426e12 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 25 Dec 2014 13:51:13 +0000 Subject: 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. --- x11/qt5-qtwebkit/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/qt5-qtwebkit') 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} -- cgit v1.2.3