From a9f08159c4c0af15e82ca6fb41a8850722591616 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 28 Sep 2003 09:13:55 +0000 Subject: Back out last change related to moving ncurses/buildlink2.mk to curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future. --- textproc/aspell/Makefile | 4 ++-- textproc/urlview/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'textproc') diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 24c91dd5a04..123aecef80c 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/09/27 17:07:38 grant Exp $ +# $NetBSD: Makefile,v 1.14 2003/09/28 09:13:59 jlam Exp $ # DISTNAME= aspell-0.50.3 @@ -32,5 +32,5 @@ REPLACE_PERL= scripts/aspell-import post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/aspell -.include "../../mk/curses.buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index 330ccb6079d..a933bbbd53e 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/09/27 17:07:38 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/09/28 09:13:59 jlam Exp $ DISTNAME= urlview-0.9 PKGREVISION= 1 @@ -14,5 +14,5 @@ COMMENT= Extract URLs from text files and display them in a menu GNU_CONFIGURE= yes USE_BUILDLINK2= yes -.include "../../mk/curses.buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3