summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-05-19 09:57:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-05-19 09:57:46 +0000
commitd4f5a6a6f4f1ad6f0e0f63c7b4e8379564f5095a (patch)
tree5f9bf08574a9a595ba56c04dd09712a28562d405 /testing
parent64f514a26ea30945ec91fa965d3667e7c6dd0257 (diff)
downloadaports-d4f5a6a6f4f1ad6f0e0f63c7b4e8379564f5095a.tar.bz2
aports-d4f5a6a6f4f1ad6f0e0f63c7b4e8379564f5095a.tar.xz
testing/libical: build fix: needs perl
Diffstat (limited to 'testing')
-rw-r--r--testing/libical/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libical/APKBUILD b/testing/libical/APKBUILD
index 122662217..22ef96784 100644
--- a/testing/libical/APKBUILD
+++ b/testing/libical/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="An open source reference implementation of the icalendar data type and
url="http://sourceforge.net/projects/freeassociation/"
license="LGPL MPL"
depends=
-makedepends=
+makedepends="perl"
subpackages="$pkgname-dev"
source="http://downloads.sourceforge.net/freeassociation/$pkgname-$pkgver.tar.gz"