diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-16 06:44:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-16 06:44:22 +0000 |
commit | c9fd7ba83a7a75567e6bf6e90eab70b5df2ea26d (patch) | |
tree | 94f4b391e593c14709fc71567f10331d252229dc /testing | |
parent | 3b466505fc1305772f0bcdb30b0ee8f7c2df0066 (diff) | |
download | aports-c9fd7ba83a7a75567e6bf6e90eab70b5df2ea26d.tar.bz2 aports-c9fd7ba83a7a75567e6bf6e90eab70b5df2ea26d.tar.xz |
testing/gvpe: fix makedepends
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gvpe/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gvpe/APKBUILD b/testing/gvpe/APKBUILD index a53e8ee658..c1b6b3d314 100644 --- a/testing/gvpe/APKBUILD +++ b/testing/gvpe/APKBUILD @@ -8,7 +8,7 @@ url="http://software.schmorp.de/pkg/gvpe.html" arch="all" license="GPL2" depends="" -makedepends="openssl-dev libev-dev" +makedepends="openssl-dev libev-dev zlib-dev gmp-dev" source="http://ftp.gnu.org/gnu/$pkgname/${pkgname}-${pkgver}.tar.gz compile-fix.patch gvpe.conf.example |