pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/x11-links Document why we include the various...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/096ae6e3b70f
branches:  trunk
changeset: 462232:096ae6e3b70f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Sep 28 12:45:04 2003 +0000

description:
Document why we include the various buildlink3.mk files.

diffstat:

 pkgtools/x11-links/xfree.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1099b53d7061 -r 096ae6e3b70f pkgtools/x11-links/xfree.mk
--- a/pkgtools/x11-links/xfree.mk       Sun Sep 28 12:36:52 2003 +0000
+++ b/pkgtools/x11-links/xfree.mk       Sun Sep 28 12:45:04 2003 +0000
@@ -1,9 +1,12 @@
-# $NetBSD: xfree.mk,v 1.3 2003/09/07 19:40:42 jlam Exp $
+# $NetBSD: xfree.mk,v 1.4 2003/09/28 12:45:04 jlam Exp $
 
 FILES_LIST=    ${FILESDIR}/xfree
 
 X11_MODULES=   MesaLib Xrender freetype2 glu xpm
 
+# Check if any headers and libraries for ${X11_MODULES} found in
+# ${X11BASE} actually belong to the base XFree86 or not.
+#
 .for _module_ in ${X11_MODULES}
 BUILDLINK_CHECK_BUILTIN.${_module_}=   YES
 .endfor



Home | Main Index | Thread Index | Old Index