diff options
Diffstat (limited to 'x11/lesstif12/pkg/MESSAGE')
-rw-r--r-- | x11/lesstif12/pkg/MESSAGE | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/lesstif12/pkg/MESSAGE b/x11/lesstif12/pkg/MESSAGE index 7bd83b2b197..8d24067eff2 100644 --- a/x11/lesstif12/pkg/MESSAGE +++ b/x11/lesstif12/pkg/MESSAGE @@ -1,14 +1,15 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2000/12/22 17:26:22 jlam Exp $ +$NetBSD: MESSAGE,v 1.3 2001/01/29 11:34:48 wiz Exp $ Please note that this package is provided for those programs which will not work with newer versions of LessTif. To allow this package to coexist with newer versions of LessTif, it has been installed -in @PREFIX@/LessTif/1.2/{include,lib}. +in ${PREFIX}/LessTif/1.2/{include,lib}. You should be able to select this version of LessTif when compiling programs which use it by passing the following flags to the compiler: - -I@PREFIX@/LessTif/Motif1.2/include - -L@PREFIX@/LessTif/Motif1.2/lib -Wl,-R@PREFIX@/LessTif/Motif1.2/lib + -I${PREFIX}/LessTif/Motif1.2/include + -L${PREFIX}/LessTif/Motif1.2/lib -Wl,-R${PREFIX}/LessTif/Motif1.2/lib + =========================================================================== |