diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-25 13:51:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-25 13:51:13 +0000 |
commit | a3024b280f2c43e8e2e85077f56d21e1181d282b (patch) | |
tree | a38f49f3c5cd679f5cd6fadac00b46abba7ffc3c /x11/qt5-qtwebkit | |
parent | 35a4b7f44e50ae300dc6a8b871b12eff35057ff4 (diff) | |
download | pkgsrc-a3024b280f2c43e8e2e85077f56d21e1181d282b.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/Makefile | 6 |
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} |