From 2208a6acf9c4762c5094c7a32b330edbae677600 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. --- net/mtr-gtk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/mtr-gtk/Makefile') diff --git a/net/mtr-gtk/Makefile b/net/mtr-gtk/Makefile index e33588e6778..531cab47163 100644 --- a/net/mtr-gtk/Makefile +++ b/net/mtr-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/09/27 17:07:37 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/28 09:13:58 jlam Exp $ # DISTNAME= mtr-0.54 @@ -23,7 +23,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/mtr.8 ${PREFIX}/man/man8/mtr-gtk.8 ${INSTALL_DATA} ${WRKSRC}/SECURITY ${PREFIX}/share/doc/mtr-gtk -.include "../../mk/curses.buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3