diff options
author | adam <adam@pkgsrc.org> | 2020-01-20 17:25:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-01-20 17:25:10 +0000 |
commit | 5dbe6e695e175d68d8256dc86ff4141370ddf18d (patch) | |
tree | 482f8a4220e5b541257ad842eb9a684eb266cbfb /chat/Makefile | |
parent | 21242328b9369e400e3e2816c512a006ce506f72 (diff) | |
download | pkgsrc-5dbe6e695e175d68d8256dc86ff4141370ddf18d.tar.gz |
libgadu: added version 1.12.2
libgadu is library for handling Gadu-Gadu instant messenger protocol. For a
long time it was an intergral part of ekg application but due to packaging
issues and use in other appliactions it became a project on its own.
Proprietary protocol was reverse engineered which may make libgadu less than
100% compatible with the original.
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index c1b2188e32c..739d66a8185 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.236 2020/01/16 13:44:19 nia Exp $ +# $NetBSD: Makefile,v 1.237 2020/01/20 17:25:10 adam Exp $ # COMMENT= Communication programs @@ -67,6 +67,7 @@ SUBDIR+= ktp-filetransfer-handler SUBDIR+= ktp-kded-integration-module SUBDIR+= ktp-send-file SUBDIR+= ktp-text-ui +SUBDIR+= libgadu SUBDIR+= libfolks SUBDIR+= libirc SUBDIR+= libmsn |