diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-10-17 15:00:18 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-10-17 15:00:18 +0000 |
commit | 7f53f739f0f6624c8bd7465776f3d4ee32976091 (patch) | |
tree | f7010ae347194db9eaf8f653d9e17fd4fcf21115 | |
parent | f8755e5cd2afb5880641fe06dd563d9154b3c74d (diff) | |
download | pkgsrc-7f53f739f0f6624c8bd7465776f3d4ee32976091.tar.gz |
Make description of X11BASE line up with the rest of the described
variables.
-rw-r--r-- | Packages.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Packages.txt b/Packages.txt index fbb13c5dd9b..0daa3a8fafb 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.116 2000/10/17 14:52:31 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.117 2000/10/17 15:00:18 hubertf Exp $ ########################################################################### ========================== @@ -1077,8 +1077,9 @@ When choosing which of these variables to use, follow the following rules: construct a -I or -L argument to the compiler to find includes and libraries installed by another non-X11 pkg, use ${LOCALBASE}. - * ${X11BASE} is where the actual X11 distribution is installed. When looking - for _standard_ X11 includes (not those installed by a pkg), use ${X11BASE}. + * ${X11BASE} is where the actual X11 distribution (from xsrc etc.) is installed. + When looking for _standard_ X11 includes (not those installed by a pkg), use + ${X11BASE}. * X11 based pkgs are special in that they may be installed in either X11BASE or LOCALBASE. To install X11 packages in LOCALBASE, simply @@ -1087,10 +1088,9 @@ When choosing which of these variables to use, follow the following rules: USE_IMAKE, USE_MOTIF, or USE_X11BASE in its pkg Makefile, you need to use _both_ ${X11BASE} and ${LOCALBASE}. - * ${X11BASE} points to the root of the installed X11 tree. To refer to the - installed location of an X11 package, use the ${X11PREFIX} definition (this - will be ${X11BASE} if xpkgwedge is not installed, and ${LOCALBASE} if - xpkgwedge is installed). + * ${X11PREFIX} should be used to refer to the installed location of an X11 + package. X11PREFIX will be set to ${X11BASE} if xpkgwedge is not installed, + and to ${LOCALBASE} if xpkgwedge is installed. 7.2 Main targets |