summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2013-10-16 22:37:14 +0000
committerroy <roy@pkgsrc.org>2013-10-16 22:37:14 +0000
commit005505f2c3da985214c6115e65baa3de0ea8f1ed (patch)
tree67a68b33ae7217231b6063cf46c1a2a275c4491d /editors
parentbb454f875625e9e0dbb9a582bad1c12e49949782 (diff)
downloadpkgsrc-005505f2c3da985214c6115e65baa3de0ea8f1ed.tar.gz
Mined really uses termcap.
Diffstat (limited to 'editors')
-rw-r--r--editors/mined/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile
index f2a4e044d5e..d33130e1380 100644
--- a/editors/mined/Makefile
+++ b/editors/mined/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2013/02/01 22:21:07 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2013/10/16 22:37:14 roy Exp $
#
DISTNAME= mined-2000.15
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://towo.net/mined/
@@ -22,5 +23,5 @@ CFLAGS+= -Wno-invalid-source-encoding
MAKE_FLAGS+= OPT=${CFLAGS:Q}
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"