diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-05 13:05:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-05 13:05:57 +0000 |
commit | 631ec650573e7d81865caf6fd7b94320845c1173 (patch) | |
tree | 10a93bd15f6b4a8842c4ca25007fdaa2ccdb7b90 /main/rsync/APKBUILD | |
parent | 65057441143356e80edf07a01778e3043a4a7264 (diff) | |
download | aports-631ec650573e7d81865caf6fd7b94320845c1173.tar.bz2 aports-631ec650573e7d81865caf6fd7b94320845c1173.tar.xz |
main/rsync: build fix
needs perl
Diffstat (limited to 'main/rsync/APKBUILD')
-rw-r--r-- | main/rsync/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/rsync/APKBUILD b/main/rsync/APKBUILD index faeae841e..dcef2555a 100644 --- a/main/rsync/APKBUILD +++ b/main/rsync/APKBUILD @@ -6,6 +6,7 @@ pkgdesc="A file transfer program to keep remote files in sync" url="http://samba.anu.edu.au/rsync/" license="GPL3" depends= +makedepends="perl" source="http://$pkgname.samba.org/ftp/$pkgname/$pkgname-$pkgver.tar.gz rsyncd.initd rsyncd.confd |