diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-23 19:29:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-23 19:29:09 +0000 |
commit | 30a536ee1897e23288d0df162c8428b0674f0b0a (patch) | |
tree | 0b92b0ed7e6d65157e3e295e5bf4332becade892 /x11/qt2-libs | |
parent | e301aff54e999bd20b976615005e3626604a619e (diff) | |
download | pkgsrc-30a536ee1897e23288d0df162c8428b0674f0b0a.tar.gz |
The QT2 directory is not always ${X11BASE}/qt2.
Diffstat (limited to 'x11/qt2-libs')
-rw-r--r-- | x11/qt2-libs/pkg/MESSAGE | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/qt2-libs/pkg/MESSAGE b/x11/qt2-libs/pkg/MESSAGE index b7dc3200e31..fa9144beb1e 100644 --- a/x11/qt2-libs/pkg/MESSAGE +++ b/x11/qt2-libs/pkg/MESSAGE @@ -1,19 +1,19 @@ ====================================================================== -$NetBSD: MESSAGE,v 1.2 2001/02/06 14:24:16 wiz Exp $ +$NetBSD: MESSAGE,v 1.3 2001/06/23 19:29:09 jlam Exp $ To allow this package to coexist with other versions of Qt -it has been installed in ${X11BASE}/qt2/{bin,include,lib,doc}. +it has been installed in ${X11PREFIX}/qt2/{bin,include,lib,doc}. You should be able to select this version of Qt when compiling programs which use it by ensuring that -1) QTDIR is set to ${X11BASE}/qt2 +1) QTDIR is set to ${X11PREFIX}/qt2 -2) Use the "configure" argument "--with-qt-dir=${X11BASE}/qt2" +2) Use the "configure" argument "--with-qt-dir=${X11PREFIX}/qt2" -3) you may also have to put ${X11BASE}/qt2/bin in your PATH +3) you may also have to put ${X11PREFIX}/qt2/bin in your PATH -To access Qt-2 man pages add ${X11BASE}/qt2/doc/man to your MANPATH +To access Qt-2 man pages add ${X11PREFIX}/qt2/doc/man to your MANPATH environment variable. Note that the Qt-2 man pages are installed here to avoid conflicts with man pages of other Qt versions. |