aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-specio
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-04-08 23:31:35 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-04-08 23:31:35 +0000
commit8d78af79c4bef208bc56e139568cc1826ce50c55 (patch)
treed4c20567a0febc2667aa718f8fdead659b445f64 /testing/perl-specio
parent9fd752de5597548d6c5c10211a7c786288d83132 (diff)
downloadaports-8d78af79c4bef208bc56e139568cc1826ce50c55.tar.bz2
aports-8d78af79c4bef208bc56e139568cc1826ce50c55.tar.xz
testing/perl-specio: Adjusting dependencies
perl-specio fails to build due to lack of dependency. Adding perl as dependecy for specio.
Diffstat (limited to 'testing/perl-specio')
-rw-r--r--testing/perl-specio/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-specio/APKBUILD b/testing/perl-specio/APKBUILD
index 2759159e59..e4b5089e50 100644
--- a/testing/perl-specio/APKBUILD
+++ b/testing/perl-specio/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Type constraints and coercions for Perl"
url="https://github.com/houseabsolute/Specio"
arch="all"
license="Artistic"
-depends=""
+depends="perl"
makedepends=""
install=""
subpackages="$pkgname-doc"