diff options
-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 6a0f98933..9f6cd034e 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" |