diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-24 16:58:44 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-25 13:22:28 +0200 |
commit | e7b71b8bd416e7ea842af4706554ecb9e0bbaba9 (patch) | |
tree | 3467f46eae34c240d2431343a64fe567d371d4ce /network/csync | |
parent | 6a97e12e1ce9565455068dd1f8648ee365eb7a48 (diff) | |
download | slackbuilds-e7b71b8bd416e7ea842af4706554ecb9e0bbaba9.tar.gz |
network/csync: Fixed dep information
Diffstat (limited to 'network/csync')
-rw-r--r-- | network/csync/README | 2 | ||||
-rw-r--r-- | network/csync/csync.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/network/csync/README b/network/csync/README index 323a087faf..36fa5a184a 100644 --- a/network/csync/README +++ b/network/csync/README @@ -4,5 +4,3 @@ To be more precise csync is a client only bidirectional file synchronizer. You can use csync for different things. The intention is to provide Roaming Home Directories for Linux but you can use it to synchronize your music collection or create a backup of a directory. - -Csync requires log4c, iniparser, and check. diff --git a/network/csync/csync.info b/network/csync/csync.info index 883d6af57f..ed339b703b 100644 --- a/network/csync/csync.info +++ b/network/csync/csync.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.csync.org/files/csync-0.44.0.tar.gz" MD5SUM="9f3a38d1608146ad0775feb475567972" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="iniparser check" +REQUIRES="log4c iniparser check" MAINTAINER="Steven King" EMAIL="kingrst@gmail.com" |