diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-29 12:23:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-29 12:23:28 +0000 |
commit | 62caa9caec3f7502c94fa03237fbe880a3609e02 (patch) | |
tree | 9cc6a88c70185e6f42b1a5d3525ae2af3e11e946 /testing/fcron | |
parent | a01b0ecdec7585d3f6b2cb7f2da984ebfce0b434 (diff) | |
download | aports-62caa9caec3f7502c94fa03237fbe880a3609e02.tar.bz2 aports-62caa9caec3f7502c94fa03237fbe880a3609e02.tar.xz |
testing/fcron: build fix. needs perl
Diffstat (limited to 'testing/fcron')
-rw-r--r-- | testing/fcron/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fcron/APKBUILD b/testing/fcron/APKBUILD index c83dc8b09e..6c2b99d180 100644 --- a/testing/fcron/APKBUILD +++ b/testing/fcron/APKBUILD @@ -12,7 +12,7 @@ pkggroups="fcron" arch="all" license="GPL" depends="" -makedepends="readline-dev" +makedepends="readline-dev perl" subpackages="$pkgname-pam $pkgname-doc" source="http://fcron.free.fr/archives/${pkgname}-${pkgver}.src.tar.gz systab.orig |