pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Clarified the comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ea1782fb3a6
branches:  trunk
changeset: 534893:5ea1782fb3a6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 03 15:17:42 2007 +0000

description:
Clarified the comment.

diffstat:

 mk/curses.buildlink3.mk |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0cb3566a7041 -r 5ea1782fb3a6 mk/curses.buildlink3.mk
--- a/mk/curses.buildlink3.mk   Sat Nov 03 15:00:48 2007 +0000
+++ b/mk/curses.buildlink3.mk   Sat Nov 03 15:17:42 2007 +0000
@@ -1,10 +1,13 @@
-# $NetBSD: curses.buildlink3.mk,v 1.4 2007/10/17 10:43:37 rillig Exp $
+# $NetBSD: curses.buildlink3.mk,v 1.5 2007/11/03 15:17:42 rillig Exp $
 #
 # This file should be included by Makefiles for packages that use curses.
-# If a system curses isn't available, then add a dependency on ncurses.
+# It checks whether a native curses implementation is available, or
+# otherwise adds a dependency on ncurses.
 #
 # If a package genuinely requires ncurses, then it should directly include
-# ncurses/buildlink3.mk instead of this file in the package Makefile.
+# ncurses/buildlink3.mk instead of this file in the package Makefile and
+# additionally set USE_NCURSES=yes.
+#
 
 .if !exists(/usr/include/curses.h) && \
     !exists(/usr/include/ncurses.h)



Home | Main Index | Thread Index | Old Index