summaryrefslogtreecommitdiff
path: root/x11/qt
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-04-15 00:59:28 +0000
committerdmcmahill <dmcmahill>2000-04-15 00:59:28 +0000
commit7efa1ef7b41c54663f63f1578daba7ff9a187234 (patch)
treeab85004786c196a4ee28b13dc347df810e208163 /x11/qt
parent315e2ecd9ac4d392b5ec3825595a00d92d1b7bb7 (diff)
downloadpkgsrc-7efa1ef7b41c54663f63f1578daba7ff9a187234.tar.gz
add MESSAGE indicating the standard configure args to be used when
linking to this pkg.
Diffstat (limited to 'x11/qt')
-rw-r--r--x11/qt/pkg/MESSAGE15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/qt/pkg/MESSAGE b/x11/qt/pkg/MESSAGE
new file mode 100644
index 00000000000..6836d748bb1
--- /dev/null
+++ b/x11/qt/pkg/MESSAGE
@@ -0,0 +1,15 @@
+$NetBSD: MESSAGE,v 1.1 2000/04/15 00:59:28 dmcmahill Exp $
+
+You should be able to select this version of Qt when compiling
+programs which use it by doing the following:
+
+* Use the following "configure" arguments:
+ "--with-qt-includes=${X11BASE}/include/qt2/"
+ "--with-qt-libraries=${X11BASE}/lib/qt2/"
+
+* Put ${X11BASE}/bin/qt2 in your PATH and/or set the environment
+ variable MOC to ${X11BASE}/bin/qt2/moc
+
+To access Qt-2 man pages add ${X11BASE}/man/qt2 to your MANPATH
+environment variable. Note that the Qt-2 man pages are installed
+here to avoid conflicts with the Qt-1 man pages.