aboutsummaryrefslogtreecommitdiffstats
path: root/main/wget
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-29 10:21:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-29 10:21:40 +0000
commit57613061f815fa9b08fa1fa8b710eb985f9db738 (patch)
treeb97dcc98e6f7271403810d9eb056f2cdd8b2d6e6 /main/wget
parenta77f85e0222fbdcf9c6c1aa0eea2eacf46c4c70d (diff)
downloadaports-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/APKBUILD2
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"