diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-25 19:13:05 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-25 19:13:05 +0200 |
commit | 8fd318b89485bb8f44a548e9ee1109fbc88f775e (patch) | |
tree | 275aea8215910bf73dbf226ffb64c59d553fac1f /network/spice | |
parent | 24a464fb63798d815ac2660f1bb3cb49de54d1fc (diff) |
network/spice: Fixed dep information.
Diffstat (limited to 'network/spice')
-rw-r--r-- | network/spice/README | 4 | ||||
-rw-r--r-- | network/spice/spice.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/network/spice/README b/network/spice/README index e6db25231652..50999aac9524 100644 --- a/network/spice/README +++ b/network/spice/README @@ -5,5 +5,5 @@ local machine, while trying to offload most of the intensive CPU and GPU tasks to the client. Spice is suitable for both LAN and WAN usage, without compromising on the user experience. -This requires spice-protocol and celt051. libcacard is an optional -enabled by passing the switch CACARD=yes) dependency. +libcacard is an optional dependency, enabled by passing the switch +CACARD=yes diff --git a/network/spice/spice.info b/network/spice/spice.info index a1d687b02ede..a9fe2f19da06 100644 --- a/network/spice/spice.info +++ b/network/spice/spice.info @@ -5,6 +5,6 @@ DOWNLOAD="http://spice-space.org/download/releases/spice-0.10.1.tar.bz2" MD5SUM="70060129e274241b4a08e23e86de29a3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="celt051 libcacard spice-protocol" +REQUIRES="celt051 spice-protocol" MAINTAINER="ponce" EMAIL="matteo.bernardini@gmail.com" |