mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/avahi: Fixed dep information
This commit is contained in:
parent
861aa4f8c8
commit
1c9e5c8587
2 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue