summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-04-28 03:20:41 +0000
committerdholland <dholland@pkgsrc.org>2013-04-28 03:20:41 +0000
commit740afd95ab7b6f83c7022887ae3568bb06a9fcc2 (patch)
tree4e792a546bd51f615b42121cd21f1b6796f916b5 /editors
parent6261e90a23e5b0752c7c4b224e5296ad1fe95e35 (diff)
downloadpkgsrc-740afd95ab7b6f83c7022887ae3568bb06a9fcc2.tar.gz
Requires termcap.
Diffstat (limited to 'editors')
-rw-r--r--editors/mflteco/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/mflteco/Makefile b/editors/mflteco/Makefile
index 78ea59ff12a..c45c1949fc7 100644
--- a/editors/mflteco/Makefile
+++ b/editors/mflteco/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/12/27 06:13:20 dholland Exp $
+# $NetBSD: Makefile,v 1.8 2013/04/28 03:20:41 dholland Exp $
#
DISTNAME= mflteco
@@ -27,4 +27,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/examples/mflteco
.endfor
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"