diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-24 20:06:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-24 20:06:19 +0000 |
commit | 452509b0a2eb744db237df7645a87161418d6935 (patch) | |
tree | 4514c5583338f98928a72d126a4a32536ffbe6d6 /Packages.txt | |
parent | 158a3e428e9e2f0e6c0b0544975171c5757f106d (diff) | |
download | pkgsrc-452509b0a2eb744db237df7645a87161418d6935.tar.gz |
Note that x11.buildlink.mk should be included first.
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt index 9449ff47fa6..2991f3bc6b4 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.203 2001/10/17 18:35:42 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.204 2001/10/24 20:06:19 jlam Exp $ ########################################################################### ========================== @@ -1532,6 +1532,10 @@ buildlink.mk files: USE_XAW --> .include "../../mk/xaw.buildlink.mk" USE_XPM --> .include "../../graphics/xpm/buildlink.mk" +x11.buildlink.mk must be included before other buildlink.mk files that test +for whether X11_BUILDLINK_MK is defined. In general, x11.buildlink.mk +should be included before all other buildlink.mk files. + Packages that have an explicit dependency on ncurses should set USE_NCURSES to the reason why the system curses is insufficient, and include "../../devel/ncurses/buildlink.mk" afterwards. This helps to identify |