diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-09-10 17:11:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-09-10 17:11:49 +0800 |
commit | 1ad9ae8d453b7d80071dc36fce15b87d6a4fd08a (patch) | |
tree | 74520a6f26b100750c47e33a875bc2ddaab59745 /irc/Makefile | |
parent | 1b8e1218684888bb0443b20cbb966a3b73bf0de8 (diff) | |
download | freebsd-ports-gnome-1ad9ae8d453b7d80071dc36fce15b87d6a4fd08a.tar.gz freebsd-ports-gnome-1ad9ae8d453b7d80071dc36fce15b87d6a4fd08a.tar.zst freebsd-ports-gnome-1ad9ae8d453b7d80071dc36fce15b87d6a4fd08a.zip |
TalkSoup is a GNUstep IRC client built on the extensibility of the
Objective-C language. The entire IRC client is implemented by plugins,
so one can pick and choose what they want to use.
PR: 103038
Submitted by: Gürkan Sengün
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 612e496fba37..2e6424167236 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -103,6 +103,7 @@ SUBDIR += slirc SUBDIR += solid-ircd SUBDIR += srvx + SUBDIR += talksoup SUBDIR += thales SUBDIR += tirc SUBDIR += tircproxy |