summaryrefslogtreecommitdiff
path: root/x11/qt5-qtbase
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-19 10:37:53 +0000
committerwiz <wiz>2014-08-19 10:37:53 +0000
commit900b4f3b0dc867c34e24c2df31724c24a14dcc32 (patch)
tree2f7edb5f7a6c6a0e298d200e5b330195823a49f6 /x11/qt5-qtbase
parent53ebc78814c83bd9c6f5511e37da4c7273b09cb2 (diff)
downloadpkgsrc-900b4f3b0dc867c34e24c2df31724c24a14dcc32.tar.gz
Mention how to use qt5 with cmake.
From Niclas Rosenvik. Bump PKGREVISION.
Diffstat (limited to 'x11/qt5-qtbase')
-rw-r--r--x11/qt5-qtbase/MESSAGE6
-rw-r--r--x11/qt5-qtbase/Makefile4
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/qt5-qtbase/MESSAGE b/x11/qt5-qtbase/MESSAGE
index 6b98d5246a5..636a9622017 100644
--- a/x11/qt5-qtbase/MESSAGE
+++ b/x11/qt5-qtbase/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2013/12/13 14:38:35 ryoon Exp $
+$NetBSD: MESSAGE,v 1.2 2014/08/19 10:37:53 wiz Exp $
To allow this package to coexist with other versions of Qt
it has been installed in ${PREFIX}/qt5/{bin,include,lib,doc} etc.
@@ -11,6 +11,8 @@ programs which use it by ensuring that
2) Use the "configure" argument "--with-qt-dir=${PREFIX}/qt5"
-3) you may also have to put ${PREFIX}/qt5/bin in your PATH
+3) Use the "cmake" argument "-DCMAKE_PREFIX_PATH:PATH=${PREFIX}/qt5"
+
+4) you may also have to put ${PREFIX}/qt5/bin in your PATH
===========================================================================
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile
index e2aae34c161..e94307beaf6 100644
--- a/x11/qt5-qtbase/Makefile
+++ b/x11/qt5-qtbase/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2014/06/18 09:28:18 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2014/08/19 10:37:53 wiz Exp $
PKGNAME= qt5-qtbase-${QTVERSION}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= C++ X GUI toolkit
.include "../../x11/qt5-qtbase/Makefile.common"