summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-15 11:55:45 +0000
committernia <nia@pkgsrc.org>2021-05-15 11:55:45 +0000
commit14879e8a2c719b1423a274f821547d7b012c3e35 (patch)
treebe55c6abac18b6d80acdd0bd3cdeb43869103462 /chat
parent3f60150176d4ff6d02442af3f26976ae70cd9623 (diff)
downloadpkgsrc-14879e8a2c719b1423a274f821547d7b012c3e35.tar.gz
phone: needs curses
Diffstat (limited to 'chat')
-rw-r--r--chat/phone/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/phone/Makefile b/chat/phone/Makefile
index 26df6d29feb..faa1f24bccd 100644
--- a/chat/phone/Makefile
+++ b/chat/phone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/11/30 12:26:07 nia Exp $
+# $NetBSD: Makefile,v 1.9 2021/05/15 11:55:45 nia Exp $
DISTNAME= phone-2.0
PKGREVISION= 4
@@ -23,4 +23,5 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/phone.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/phone.1
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"