summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-14 07:29:50 +0000
committerdholland <dholland@pkgsrc.org>2012-05-14 07:29:50 +0000
commita5e6276a1e28784135fd0c003317e76b8096a297 (patch)
treebd8afb1e9962e09c8823079ef5956205106f0538 /editors
parentcb3b96546858cb2b684b8164eefb606cf035130e (diff)
downloadpkgsrc-a5e6276a1e28784135fd0c003317e76b8096a297.tar.gz
Add missing termcap.bl3.mk.
Diffstat (limited to 'editors')
-rw-r--r--editors/jove/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile
index 9985b26780d..3e6975dcc89 100644
--- a/editors/jove/Makefile
+++ b/editors/jove/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/10/03 00:59:26 dholland Exp $
+# $NetBSD: Makefile,v 1.16 2012/05/14 07:29:50 dholland Exp $
#
DISTNAME= jove4.16.0.70
@@ -28,4 +28,5 @@ SUBST_MESSAGE.getline= Fixing conflict with POSIX getline.
SUBST_FILES.getline= insert.c io.c io.h recover.c util.c util.h
SUBST_SED.getline= -e 's/getline/get_line/'
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"