summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-03-16 14:17:05 +0000
committertnn <tnn@pkgsrc.org>2020-03-16 14:17:05 +0000
commit4fc10a2792a67fb40e3e57e528c07c0e57473451 (patch)
treeeac545db4175fa3d7cc99794c70096c204e4b2b6 /editors
parent705db2e0184c0bdfe02a6143522f30f3cc5b428f (diff)
downloadpkgsrc-4fc10a2792a67fb40e3e57e528c07c0e57473451.tar.gz
emacs-snapshot: needs a termcap implementation
configure: error: The required function 'tputs' was not found in any library.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-snapshot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile
index 4e96a5ce783..4d18babed19 100644
--- a/editors/emacs-snapshot/Makefile
+++ b/editors/emacs-snapshot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2020/03/10 22:09:41 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2020/03/16 14:17:05 tnn Exp $
DISTNAME= emacs-28.0.50_2020-02-10
PKGVERSION= 28.0.50
@@ -61,4 +61,5 @@ pre-configure:
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/libimagequant/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"