summaryrefslogtreecommitdiff
path: root/x11/qt5-qtimageformats
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-25 13:51:13 +0000
committerwiz <wiz@pkgsrc.org>2014-12-25 13:51:13 +0000
commita3024b280f2c43e8e2e85077f56d21e1181d282b (patch)
treea38f49f3c5cd679f5cd6fadac00b46abba7ffc3c /x11/qt5-qtimageformats
parent35a4b7f44e50ae300dc6a8b871b12eff35057ff4 (diff)
downloadpkgsrc-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-qtimageformats')
-rw-r--r--x11/qt5-qtimageformats/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt5-qtimageformats/Makefile b/x11/qt5-qtimageformats/Makefile
index 425c3a59dc1..b3143a21c79 100644
--- a/x11/qt5-qtimageformats/Makefile
+++ b/x11/qt5-qtimageformats/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/04/23 07:05:32 adam Exp $
-
-.include "../../x11/qt5-qtbase/Makefile.common"
+# $NetBSD: Makefile,v 1.7 2014/12/25 13:51:14 wiz Exp $
PKGNAME= qt5-qtimageformats-${QTVERSION}
COMMENT= Qt5 module for Image formats
@@ -15,6 +13,8 @@ MAKE_ENV+= QTDIR=${QTDIR}
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
INSTALLATION_DIRS+= lib/pkgconfig
+.include "../../x11/qt5-qtbase/Makefile.common"
+
.include "../../archivers/xz/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"