diff options
author | wiz <wiz@pkgsrc.org> | 2000-11-02 03:03:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-11-02 03:03:39 +0000 |
commit | 45723e0e3b6cb6bdc706ff33a0732bb70c3dd784 (patch) | |
tree | ba1eb636514b413c44ed2cf026514e57dbffbf12 /Packages.txt | |
parent | 7382d63dd07301688aa2f8930122a67425068339 (diff) | |
download | pkgsrc-45723e0e3b6cb6bdc706ff33a0732bb70c3dd784.tar.gz |
USE_CURSES logic moved to bsd.prefs.mk
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 6 |
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 |