summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2018-06-14 01:30:38 +0000
committermarkd <markd@pkgsrc.org>2018-06-14 01:30:38 +0000
commitc835e777b2e00124ca4159b1aef0c57434f46479 (patch)
tree08d3509088b8b2c858375b15ae4beedfefde7af0 /x11
parent4555bd964b53360bf53c5576e589c12f45836d63 (diff)
downloadpkgsrc-c835e777b2e00124ca4159b1aef0c57434f46479.tar.gz
qt5-qtquickcontrols2: fix INSTALLATION_DIRS
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtquickcontrols2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt5-qtquickcontrols2/Makefile b/x11/qt5-qtquickcontrols2/Makefile
index 1290f9e177a..4163c1a3315 100644
--- a/x11/qt5-qtquickcontrols2/Makefile
+++ b/x11/qt5-qtquickcontrols2/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.5 2018/04/14 07:34:08 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/06/14 01:30:38 markd Exp $
DISTNAME= qtquickcontrols2-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtquickcontrols2-${QTVERSION}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= Next generation user interface controls based on Qt Quick
BUILD_TARGET= sub-src
MAKE_ENV+= QTDIR=${QTDIR}
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
+INSTALLATION_DIRS+= lib/pkgconfig
.include "../../x11/qt5-qtbase/Makefile.common"