diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-19 20:52:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-19 20:52:42 +0000 |
commit | 3e37c4aef997c6405c975e362cb8c99ef8485004 (patch) | |
tree | 4027143a46440764328025290969cfbe56327065 /testing/vpnc/APKBUILD | |
parent | 79141dd1f4ea05b3ec002f9283ba8accbe9370a7 (diff) | |
download | aports-3e37c4aef997c6405c975e362cb8c99ef8485004.tar.bz2 aports-3e37c4aef997c6405c975e362cb8c99ef8485004.tar.xz |
testing/vpnc: build fix
needs perl
Diffstat (limited to 'testing/vpnc/APKBUILD')
-rw-r--r-- | testing/vpnc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/vpnc/APKBUILD b/testing/vpnc/APKBUILD index f701cb9162..00ed2399ee 100644 --- a/testing/vpnc/APKBUILD +++ b/testing/vpnc/APKBUILD @@ -8,7 +8,7 @@ url="http://www.unix-ag.uni-kl.de/~massar/vpnc/" arch="all" license="GPLv2+" depends= -makedepends="libgcrypt-dev" +makedepends="libgcrypt-dev perl" install="" subpackages="$pkgname-doc" source="http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-$pkgver.tar.gz |