summaryrefslogtreecommitdiff
path: root/editors/vigor
diff options
context:
space:
mode:
authordholland <dholland>2012-06-17 02:55:47 +0000
committerdholland <dholland>2012-06-17 02:55:47 +0000
commitb3ad7921c59936ec824494f675f44b22ab637cb3 (patch)
tree5f5fdc5b992a9ddbf0b0115233545011813f8800 /editors/vigor
parent807afd380403b2377bb9aac7b973e60bef60ea60 (diff)
downloadpkgsrc-b3ad7921c59936ec824494f675f44b22ab637cb3.tar.gz
Needs curses, not just termcap. Not bumping revision since it won't have
built since the previous bump, except where curses and termcap pull in the same depends, in which case it doesn't matter.
Diffstat (limited to 'editors/vigor')
-rw-r--r--editors/vigor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile
index cb4500efecc..9d8a1ef450a 100644
--- a/editors/vigor/Makefile
+++ b/editors/vigor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2012/06/15 00:03:48 sbd Exp $
+# $NetBSD: Makefile,v 1.33 2012/06/17 02:55:47 dholland Exp $
#
DISTNAME= vigor-0.016
@@ -58,5 +58,5 @@ post-patch:
${RM} -f ${WRKSRC}/include/sys/queue.h
.endif
-.include "../../mk/termcap.buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"