diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-29 10:21:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-29 10:21:40 +0000 |
commit | 57613061f815fa9b08fa1fa8b710eb985f9db738 (patch) | |
tree | b97dcc98e6f7271403810d9eb056f2cdd8b2d6e6 /main/wget | |
parent | a77f85e0222fbdcf9c6c1aa0eea2eacf46c4c70d (diff) | |
download | aports-57613061f815fa9b08fa1fa8b710eb985f9db738.tar.bz2 aports-57613061f815fa9b08fa1fa8b710eb985f9db738.tar.xz |
main/wget: fix build
we need perl for generate docs
Diffstat (limited to 'main/wget')
-rw-r--r-- | main/wget/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index 6a0f989332..9f6cd034e6 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -8,7 +8,7 @@ url="http://www.gnu.org/software/wget/wget.html" arch="all" license="GPL3+" depends="" -makedepends="openssl-dev" +makedepends="openssl-dev perl" subpackages="$pkgname-doc" install="wget.post-deinstall" source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" |