From cd7468d6847657441677b941ea105d13675a4b21 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 17 Oct 2009 03:20:26 +0200 Subject: [PATCH] wget: add openssl dep now that isn't used directly in the chroot. --HG-- extra : convert_revision : ffea427c69b36a6b40ca600c02510653601c5a63 --- templates/wget/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/wget/template b/templates/wget/template index 3cd9388c1a..6b53253f75 100644 --- a/templates/wget/template +++ b/templates/wget/template @@ -1,12 +1,12 @@ # Template file for 'wget' pkgname=wget version=1.11.4 +revision=1 distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure short_desc="The GNU wget utility" maintainer="pancake " checksum=7315963b6eefb7530b4a4f63a5d5ccdab30078784cf41ccb5297873f9adea2f3 -configure_args="--without-ssl" long_desc=" GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a @@ -29,9 +29,9 @@ long_desc=" re-downloaded when mirroring * GNU Wget is distributed under the GNU General Public License." -base_chroot=yes conf_files="/etc/wgetrc" Add_dependency run glibc +Add_dependency full openssl post_build() {