summaryrefslogtreecommitdiff
path: root/sysutils/wtail
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-28 09:13:55 +0000
committerjlam <jlam>2003-09-28 09:13:55 +0000
commit681fdb31e8b09a0bf88e8e7df765b7f035139836 (patch)
treeb1a9b04306449cc38e3d4129edeafafaad1022c1 /sysutils/wtail
parent15e1f09fb7e8563bb7a8680d62da25368b7be32a (diff)
downloadpkgsrc-681fdb31e8b09a0bf88e8e7df765b7f035139836.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 'sysutils/wtail')
-rw-r--r--sysutils/wtail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/wtail/Makefile b/sysutils/wtail/Makefile
index ed53a74071b..57ae0513744 100644
--- a/sysutils/wtail/Makefile
+++ b/sysutils/wtail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/09/27 17:07:38 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/09/28 09:13:59 jlam Exp $
#
DISTNAME= wtail-0.2.2
@@ -14,5 +14,5 @@ USE_BUILDLINK2= YES
MAKE_ENV+= SED="${SED}"
-.include "../../mk/curses.buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"