diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-19 09:57:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-19 09:57:46 +0000 |
commit | d4f5a6a6f4f1ad6f0e0f63c7b4e8379564f5095a (patch) | |
tree | 5f9bf08574a9a595ba56c04dd09712a28562d405 /testing | |
parent | 64f514a26ea30945ec91fa965d3667e7c6dd0257 (diff) | |
download | aports-d4f5a6a6f4f1ad6f0e0f63c7b4e8379564f5095a.tar.bz2 aports-d4f5a6a6f4f1ad6f0e0f63c7b4e8379564f5095a.tar.xz |
testing/libical: build fix: needs perl
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libical/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libical/APKBUILD b/testing/libical/APKBUILD index 1226622178..22ef967848 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" |