summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorTreeve Jelbert2019-09-06 17:53:15 +0200
committerTreeve Jelbert2019-09-07 08:59:53 +0200
commit11570aa6b5573aa60d19945b76f7129fa399f211 (patch)
treecd5e9fd9032a80cad582dfb172edf505cc6cd571 /ftp
parenta1695b4ab01ef635c560971c8bd478f1f1cc87b8 (diff)
wget2
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/wget2/CONFIGURE2
-rwxr-xr-xftp/wget2/DEPENDS5
-rw-r--r--ftp/wget2/HISTORY2
3 files changed, 8 insertions, 1 deletions
diff --git a/ftp/wget2/CONFIGURE b/ftp/wget2/CONFIGURE
index 27cfed4d46..6ad9caa3f6 100755
--- a/ftp/wget2/CONFIGURE
+++ b/ftp/wget2/CONFIGURE
@@ -1,4 +1,4 @@
-config_query_list WGET_SSL "Which SSL backend do you want for https and ftps?" none gnutls SSL &&
+config_query_list WGET_SSL "Which SSL backend do you want for https and ftps?" none gnutls SSL
#config_query_option WGET_OPTS "Enable IPv6 support?" y \
# "--enable-ipv6" "--disable-ipv6"
diff --git a/ftp/wget2/DEPENDS b/ftp/wget2/DEPENDS
index 454e2a4ae1..926bdf98d3 100755
--- a/ftp/wget2/DEPENDS
+++ b/ftp/wget2/DEPENDS
@@ -65,6 +65,11 @@ optional_depends nghttp2 \
'--without-libnghttp2' \
'HTTP2 support' &&
+optional_depends doxygen \
+ '--enable-doc' \
+ '--disable-doc' \
+ 'build docs' &&
+
case $WGET_SSL in
none)
;;
diff --git a/ftp/wget2/HISTORY b/ftp/wget2/HISTORY
index 525b4f9d6f..372494d51c 100644
--- a/ftp/wget2/HISTORY
+++ b/ftp/wget2/HISTORY
@@ -1,3 +1,5 @@
2019-04-05 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.99.2
spell created, based on wget
+ * CONFIGURE: fix typo
+ * DEPENDS: add doxygen