summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-09-08 15:04:10 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-09-08 15:04:10 +0000
commit035d8515ff1e55c5dec7171a72b31bd97eb5f7cb (patch)
treeaaba50f88e3f676738ba0eda494f0533c123c60b /testing
parent9546b51106b73609e38b9baad64a438843fc482d (diff)
testing/fbida: fix dependency from perl
Diffstat (limited to 'testing')
-rw-r--r--testing/fbida/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fbida/APKBUILD b/testing/fbida/APKBUILD
index 782ef4c6736..380e63cfcda 100644
--- a/testing/fbida/APKBUILD
+++ b/testing/fbida/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Few applications to display and elementary edit images"
url="http://www.kraxel.org/blog/linux/$pkgname/"
arch="all"
license="GPL2"
-depends=""
+depends="perl"
depends_dev="giflib-dev libexif-dev motif-dev libpng-dev jpeg-dev"
makedepends="$depends_dev linux-headers"
install=""