summaryrefslogtreecommitdiffstats
path: root/testing/snowball
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-30 14:36:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-30 14:36:45 +0000
commitc496bd886aaff99c07fe1244a2cb53a6cfe5c2aa (patch)
tree9ea47e7d8f77b6fa3407030acf239abb8dd7611f /testing/snowball
parentcfbbed5577d18e977bfa3882d51de55b1a891c16 (diff)
downloadaports-c496bd886aaff99c07fe1244a2cb53a6cfe5c2aa.tar.bz2
aports-c496bd886aaff99c07fe1244a2cb53a6cfe5c2aa.tar.xz
testing/snowball: build fix
needs perl
Diffstat (limited to 'testing/snowball')
-rw-r--r--testing/snowball/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/snowball/APKBUILD b/testing/snowball/APKBUILD
index 8808bbddc..e79c34593 100644
--- a/testing/snowball/APKBUILD
+++ b/testing/snowball/APKBUILD
@@ -10,7 +10,7 @@ arch="all"
license="BSD"
depends=""
depends_dev=""
-makedepends="$depends_dev"
+makedepends="$depends_dev perl"
install=""
subpackages="$pkgname-dev"
disturl="dev.alpinelinux.org:/archive/$pkgname/"