summaryrefslogtreecommitdiff
path: root/x11/qt5-qttranslations
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-qttranslations
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-qttranslations')
-rw-r--r--x11/qt5-qttranslations/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/qt5-qttranslations/Makefile b/x11/qt5-qttranslations/Makefile
index 8d0675f0c34..0b31b298785 100644
--- a/x11/qt5-qttranslations/Makefile
+++ b/x11/qt5-qttranslations/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2014/04/23 07:05:32 adam Exp $
+# $NetBSD: Makefile,v 1.10 2014/12/25 13:51:14 wiz Exp $
PKGNAME= qt5-qttranslations-${QTVERSION}
COMMENT= Qt5 translations
-.include "../../x11/qt5-qtbase/Makefile.common"
-
USE_LIBTOOL= yes
CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib
@@ -12,7 +10,8 @@ BUILD_DIRS= qttranslations
MAKE_ENV+= QTDIR=${QTDIR}
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
-INSTALLATION_DIRS+= lib/pkgconfig
+
+.include "../../x11/qt5-qtbase/Makefile.common"
.include "../../x11/qt5-qttools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"