diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-17 02:55:47 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-17 02:55:47 +0000 |
commit | 7ef9e299fd11c3e1e2d4cd2ae73f2666664cff3a (patch) | |
tree | 5f5fdc5b992a9ddbf0b0115233545011813f8800 /editors/vigor/Makefile | |
parent | 1b1c98f23e55f9dde416871e1ca0a24828dabeda (diff) | |
download | pkgsrc-7ef9e299fd11c3e1e2d4cd2ae73f2666664cff3a.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/Makefile | 4 |
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" |