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
commit625925a33baec2bb860738b3e8a7260c7334b093 (patch)
tree4e792a546bd51f615b42121cd21f1b6796f916b5 /editors
parent1a8556ed82159c7a15d3dd2dcbfe8c4c94b5e5fe (diff)
downloadpkgsrc-625925a33baec2bb860738b3e8a7260c7334b093.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"