diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-09-17 02:49:04 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-09-17 02:49:04 +0800 |
commit | 31192987f2459dc5f00f5b0c523cc08c140c24df (patch) | |
tree | f2b893f6b77c52d05e0968bde402ed6d5bdbc9d2 /net-im/Makefile | |
parent | 898c9e83da24ee6ea5ed9e015aeeb869045d9afc (diff) | |
download | freebsd-ports-gnome-31192987f2459dc5f00f5b0c523cc08c140c24df.tar.gz freebsd-ports-gnome-31192987f2459dc5f00f5b0c523cc08c140c24df.tar.zst freebsd-ports-gnome-31192987f2459dc5f00f5b0c523cc08c140c24df.zip |
Adds support for the Jabber (XMPP) protocol to Licq. Still in early
development, but capable of sending and receiving messages.
LICENSE: GPL2 or later with execption to link with OpenSSL
WWW: http://www.licq.org/
Diffstat (limited to 'net-im/Makefile')
-rw-r--r-- | net-im/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 48a541449a2e..f8add7ffc7d0 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -67,6 +67,7 @@ SUBDIR += libyahoo2 SUBDIR += licq SUBDIR += licq-console + SUBDIR += licq-jabber SUBDIR += licq-osd SUBDIR += licq-qt-gui SUBDIR += linpopup |