From 681fdb31e8b09a0bf88e8e7df765b7f035139836 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. --- devel/tvision/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/tvision') diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index 1ce484d2595..6dfe1ce94b8 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/09/27 17:07:35 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/09/28 09:13:56 jlam Exp $ # DISTNAME= tvision-0.7 @@ -14,5 +14,5 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -.include "../../mk/curses.buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3