summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorwiz <wiz>2000-11-02 03:03:39 +0000
committerwiz <wiz>2000-11-02 03:03:39 +0000
commit47856fe3dd3804e499d692cbd10f8892b78fa809 (patch)
treeba1eb636514b413c44ed2cf026514e57dbffbf12 /Packages.txt
parentd4740544962f67dade09eaae66d632e6e01d3bfa (diff)
downloadpkgsrc-47856fe3dd3804e499d692cbd10f8892b78fa809.tar.gz
USE_CURSES logic moved to bsd.prefs.mk
Diffstat (limited to 'Packages.txt')
-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