diff options
author | dholland <dholland@pkgsrc.org> | 2013-04-28 03:20:41 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-04-28 03:20:41 +0000 |
commit | 740afd95ab7b6f83c7022887ae3568bb06a9fcc2 (patch) | |
tree | 4e792a546bd51f615b42121cd21f1b6796f916b5 /editors | |
parent | 6261e90a23e5b0752c7c4b224e5296ad1fe95e35 (diff) | |
download | pkgsrc-740afd95ab7b6f83c7022887ae3568bb06a9fcc2.tar.gz |
Requires termcap.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mflteco/Makefile | 3 |
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" |