New commits:
commit 0e99bbbc16fa595b755e199ff66fd30173ef27bb
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
pidgin: Optionally depends on libsm for X11 session management
other libraries may require libsm to be enabled (e.g. gtk+2) if
they are also enabled
commit bdc05afbc92b17fefc0c7dd61a884460e52bf238
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
pidgin: Optionally depends on gettext for Native Language support
commit 8c11bc3ce373e7f773194c9fdd13a73003faf562
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
pidgin: nas and audiofile are unknown to pidgin
configure: WARNING: unrecognized options: --enable-audio, --disable-nas
commit e82550f7632024a731611b0abc459fd4abd39e5c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
pidgin: Optionally depends on libidn
diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
index 780faab..c719ef8 100755
--- a/chat-im/pidgin/DEPENDS
+++ b/chat-im/pidgin/DEPENDS
@@ -32,11 +32,6 @@ optional_depends gnutls
\
"--enable-gnutls=no" \
"an alternative to nss for MSN protocol SSL support" &&
-optional_depends audiofile \
- "--enable-audio" \
- "--disable-audio" \
- "to play aiff, snd, wave, and au files" &&
-
optional_depends gtkspell \
"" \
"--disable-gtkspell" \
@@ -47,11 +42,6 @@ optional_depends startup-notification \
"--disable-startup-notification" \
"support for the startup-notification spec from
freedesktop.org" &&