diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-02-12 17:13:04 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-02-12 17:24:18 +0100 |
commit | 0616c99811c173ded50aa4e5d5c4eb698e92119a (patch) | |
tree | 626b5314da32f15fac125b73bcc32899f82e3a0f /community/tpm/APKBUILD | |
parent | 8543a8ad2daf6c73a1e7870d69c93f78a2a68c66 (diff) | |
download | aports-0616c99811c173ded50aa4e5d5c4eb698e92119a.tar.bz2 aports-0616c99811c173ded50aa4e5d5c4eb698e92119a.tar.xz |
main/tpm: depend on perl-dev instead of perl
perl-dev includes pod2man nowadays.
Diffstat (limited to 'community/tpm/APKBUILD')
-rw-r--r-- | community/tpm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tpm/APKBUILD b/community/tpm/APKBUILD index 4245a6ce11..b5d971645c 100644 --- a/community/tpm/APKBUILD +++ b/community/tpm/APKBUILD @@ -8,7 +8,7 @@ url="http://github.com/nmeum/$pkgname" arch="noarch" license="GPL3+" depends="gnupg" -makedepends="perl" +makedepends="perl-dev" install="" subpackages=" $pkgname-doc |