diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-24 17:11:05 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-25 13:22:29 +0200 |
commit | 8d69c62e0d52a03f45885348383a6e8adaf47841 (patch) | |
tree | 46961e8e2342dbf5e48ee697209d7145c0db7ff2 /network/ekiga | |
parent | 43f54b59c68617d6b11f1b6c391d57ca13d61082 (diff) | |
download | slackbuilds-8d69c62e0d52a03f45885348383a6e8adaf47841.tar.gz |
network/ekiga: Fixed dep information
Diffstat (limited to 'network/ekiga')
-rw-r--r-- | network/ekiga/README | 4 | ||||
-rw-r--r-- | network/ekiga/ekiga.info | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/network/ekiga/README b/network/ekiga/README index 1cd8034937..872c6d5753 100644 --- a/network/ekiga/README +++ b/network/ekiga/README @@ -9,9 +9,7 @@ Help button, which probably needs the Gnome help system. The following options, all disabled by default, are supported. Just set any of them to "yes" to enable the corresponding feature: -- AVAHI (requires avahi) +- AVAHI (requires the optional dependency avahi) - KDE (experimental KDE support) - KAB (experimental KAddressBook support) - GS (experimental GStreamer support) - -Ekiga requires libsigc++, ptlib, and opal. diff --git a/network/ekiga/ekiga.info b/network/ekiga/ekiga.info index 13ce65b024..57a7fcefad 100644 --- a/network/ekiga/ekiga.info +++ b/network/ekiga/ekiga.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/ekiga/3.3/ekiga-3.3.2.tar.xz" MD5SUM="86aa9fa440096521d414c58154acbe3b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="avahi libsigc++ opal ptlib" +REQUIRES="libsigc++ opal ptlib" MAINTAINER="David Woodfall" EMAIL="dave@dawoodfall.net" |