summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorTreeve Jelbert2019-10-10 21:41:55 +0200
committerTreeve Jelbert2019-10-11 10:07:56 +0200
commit4caf20158d9153854a96f0bf21dac81ae56f1d94 (patch)
tree486b0335f3f25566923f526479735b1321a2dcc3 /ftp
parentbfc9a5629a434919d62d9778caace4a4b5909a90 (diff)
wget - use GETTEXT
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/wget/DEPENDS2
-rw-r--r--ftp/wget/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS
index 0364817e1f..297d610840 100755
--- a/ftp/wget/DEPENDS
+++ b/ftp/wget/DEPENDS
@@ -20,7 +20,7 @@ optional_depends c-ares \
"--without-cares" \
"for C-Ares DNS lookup support" &&
-optional_depends "gettext" \
+optional_depends "GETTEXT" \
"--enable-nls" \
"--disable-nls" \
"for i18n support" &&
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index 9b2fa7a753..6acb43c1b5 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2019-10-10 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: use GETTEXT
+
2019-05-30 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Added missing dependencies on libpsl, zlib & util-linux