summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-08-19 10:37:53 +0000
committerwiz <wiz@pkgsrc.org>2014-08-19 10:37:53 +0000
commit90e9cc5ba9d11d300b1936f13a6f8b1edcba9436 (patch)
tree2f7edb5f7a6c6a0e298d200e5b330195823a49f6 /x11
parent147180199104e332d3372519486941603b8db1a6 (diff)
downloadpkgsrc-90e9cc5ba9d11d300b1936f13a6f8b1edcba9436.tar.gz
Mention how to use qt5 with cmake.
From Niclas Rosenvik. Bump PKGREVISION.
Diffstat (limited to 'x11')
-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"