summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-05-09 16:20:08 +0000
committerjperkin <jperkin@pkgsrc.org>2017-05-09 16:20:08 +0000
commit3e30794707254cabd613b6e633ae2fea4e054f96 (patch)
tree15879a0f10d23513ac4c22c8e9065f7f43486f2e /comms
parent7942bdf53b6864a3a63147dd9db95c3c58a38c00 (diff)
downloadpkgsrc-3e30794707254cabd613b6e633ae2fea4e054f96.tar.gz
Requires termcap.
Diffstat (limited to 'comms')
-rw-r--r--comms/estic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/estic/Makefile b/comms/estic/Makefile
index fd410e35495..c7a339c7726 100644
--- a/comms/estic/Makefile
+++ b/comms/estic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2012/11/16 00:37:06 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2017/05/09 16:20:08 jperkin Exp $
DISTNAME= estic-1.61
PKGREVISION= 2
@@ -51,5 +51,6 @@ do-install:
cd ${BUILD_DIRS}/samples && \
${INSTALL_DATA} * ${DESTDIR}${PREFIX}/share/examples/estic
+.include "../../mk/termcap.buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"