diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 22:01:51 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-25 13:22:27 +0200 |
commit | 1c9e5c8587d0abb50c36bc8be099835e7bd8fe1e (patch) | |
tree | e974bc41fa833158847e42eda9263fd21f801ce4 | |
parent | 861aa4f8c85efd2353be59496329977f96f6e711 (diff) | |
download | slackbuilds-1c9e5c8587d0abb50c36bc8be099835e7bd8fe1e.tar.gz |
network/avahi: Fixed dep information
-rw-r--r-- | network/avahi/README | 2 | ||||
-rw-r--r-- | network/avahi/avahi.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/network/avahi/README b/network/avahi/README index b28ab8ca5c..8d1e64903a 100644 --- a/network/avahi/README +++ b/network/avahi/README @@ -11,7 +11,5 @@ prior to installing the avahi package. See README.SBo in this directory (it is also installed to the package docmentation directory) for more information and for setup notes. -This requires libdaemon. - mono is an optional dependency that also requires gtk-sharp - enable it with the following: "MONO=yes ./avahi.SlackBuild" diff --git a/network/avahi/avahi.info b/network/avahi/avahi.info index b3662bc8fe..3edbb29724 100644 --- a/network/avahi/avahi.info +++ b/network/avahi/avahi.info @@ -5,6 +5,6 @@ DOWNLOAD="http://avahi.org/download/avahi-0.6.30.tar.gz" MD5SUM="e4db89a2a403ff4c47d66ac66fad1f43" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gtk-sharp libdaemon mono" +REQUIRES="libdaemon" MAINTAINER="David Somero" EMAIL="dsomero@hotmail.com" |