summaryrefslogtreecommitdiff
path: root/editors/vigor/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2012-06-17 02:55:47 +0000
committerdholland <dholland>2012-06-17 02:55:47 +0000
commitcaa460712eb242db8313445e54b5d738728ab965 (patch)
tree5f5fdc5b992a9ddbf0b0115233545011813f8800 /editors/vigor/Makefile
parentef79305eeea548c515053759e2f20d32e3102650 (diff)
downloadpkgsrc-caa460712eb242db8313445e54b5d738728ab965.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"