diff options
author | wiz <wiz@pkgsrc.org> | 2020-06-13 08:40:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-06-13 08:40:27 +0000 |
commit | 1df2d13bff5411a0b3a48747c875f60597071dfb (patch) | |
tree | b428e1e57aeb385851cfdd9f09df9d5e8ab87ae6 /chat | |
parent | 658953d5129ba9a63e01480aab6529e90bdd4c4a (diff) | |
download | pkgsrc-1df2d13bff5411a0b3a48747c875f60597071dfb.tar.gz |
chat/Makefile: + libsignal-protocol-c
Diffstat (limited to 'chat')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index d722eadc542..2094ac13466 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.247 2020/06/12 14:21:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.248 2020/06/13 08:40:27 wiz Exp $ # COMMENT= Communication programs @@ -68,6 +68,7 @@ SUBDIR+= libgadu SUBDIR+= libmsn SUBDIR+= libotr SUBDIR+= libpurple +SUBDIR+= libsignal-protocol-c SUBDIR+= libtelepathy SUBDIR+= libtlen SUBDIR+= loudmouth |