summaryrefslogtreecommitdiff
path: root/chat/naim
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-28 09:13:55 +0000
committerjlam <jlam@pkgsrc.org>2003-09-28 09:13:55 +0000
commit2208a6acf9c4762c5094c7a32b330edbae677600 (patch)
treeb1a9b04306449cc38e3d4129edeafafaad1022c1 /chat/naim
parent5334ed437bd19170c839b8c6e12d15837f88ce60 (diff)
downloadpkgsrc-2208a6acf9c4762c5094c7a32b330edbae677600.tar.gz
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.
Diffstat (limited to 'chat/naim')
-rw-r--r--chat/naim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile
index b481bfcbdf4..13bf3db25d9 100644
--- a/chat/naim/Makefile
+++ b/chat/naim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/09/27 17:07:35 grant Exp $
+# $NetBSD: Makefile,v 1.24 2003/09/28 09:13:56 jlam Exp $
#
DISTNAME= naim-0.11.6.1
@@ -17,6 +17,6 @@ USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_NCURSES= # assertion "COLOR_PAIRS >= (COLORS*COLORS)" failed: file "./win.c", line 250, function "wsetup_colors"
-.include "../../mk/curses.buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
.include "../../devel/readline/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"