summaryrefslogtreecommitdiff
path: root/editors/vigor/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-06-17 02:55:47 +0000
committerdholland <dholland@pkgsrc.org>2012-06-17 02:55:47 +0000
commit974983027979b961167642b9e9876b16b0a7c427 (patch)
tree5f5fdc5b992a9ddbf0b0115233545011813f8800 /editors/vigor/Makefile
parent74369ac575e41cd2e0c019cad83c373b14ffae4a (diff)
downloadpkgsrc-974983027979b961167642b9e9876b16b0a7c427.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/Makefile')
-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"