diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-09-05 16:50:13 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-09-05 16:50:13 +0300 |
commit | 81596beefbdb23e6dd713708d1cbc7457dc685e9 (patch) | |
tree | 4f0844a35dbaedb4289d2839180985aadab741ea | |
parent | b193c8b7448936c20b219f233d9025fd9524cefb (diff) | |
download | aports-81596beefbdb23e6dd713708d1cbc7457dc685e9.tar.bz2 aports-81596beefbdb23e6dd713708d1cbc7457dc685e9.tar.xz |
testing/ccid: add perl to makedepends (needed to build)
-rw-r--r-- | testing/ccid/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ccid/APKBUILD b/testing/ccid/APKBUILD index bebd03f6c8..debf195205 100644 --- a/testing/ccid/APKBUILD +++ b/testing/ccid/APKBUILD @@ -8,7 +8,7 @@ url="https://pcsclite.alioth.debian.org/ccid.html" arch="all" license="LGPL2.1+" depends="pcsc-lite" -makedepends="libusb-dev pcsc-lite-dev" +makedepends="perl libusb-dev pcsc-lite-dev" install="" subpackages="" source="https://alioth.debian.org/frs/download.php/file/4091/ccid-$pkgver.tar.bz2" |