summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Packages.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Packages.txt b/Packages.txt
index ea4d7921105..72bd3e09aa9 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.123 2000/11/01 12:05:15 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.124 2000/11/02 03:03:39 wiz Exp $
###########################################################################
==========================
@@ -1771,14 +1771,14 @@ For example, in mail/mutt, the relevant lines are:
USE_CURSES= YES
REPLACE_NCURSES= configure configure.in
[...]
-.include "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.prefs.mk"
.if defined(NEED_NCURSES) && ${NEED_NCURSES} == "YES"
CONFIGURE_ARGS+= --with-curses=${LOCALBASE}
.endif
Please note that the check for NEED_NCURSES has to be below the
-inclusion of bsd.pkg.mk, since the variable is set there.
+inclusion of bsd.prefs.mk, since the variable is set there.
10 Submitting & Committing