summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-18 03:09:21 +0200
committerIsmael Luceno2019-05-18 03:29:19 +0200
commitd90e92e899d00e5fecd192d59577653885946a27 (patch)
tree59c8f4539e6c94ae5674179061287ad9fcbcdce6 /security
parentec9aaaf4cb416a1d703f0d2d8ab67c8d1d430a94 (diff)
nmap: Update dependency; s/gettext/GETTEXT/
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/nmap/DEPENDS2
-rw-r--r--security/nmap/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/security/nmap/DEPENDS b/security/nmap/DEPENDS
index a0ce334af5..1c3501a57e 100755
--- a/security/nmap/DEPENDS
+++ b/security/nmap/DEPENDS
@@ -10,7 +10,7 @@ case $ZENMAP in
*) false ;;
esac &&
-optional_depends gettext \
+optional_depends GETTEXT \
"--enable-nls" \
"--disable-nls" \
"to use Native Language Support" &&
diff --git a/security/nmap/HISTORY b/security/nmap/HISTORY
index d594afbb17..2bfed25aeb 100644
--- a/security/nmap/HISTORY
+++ b/security/nmap/HISTORY
@@ -1,3 +1,6 @@
+2019-05-18 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: Update dependency; s/gettext/GETTEXT/
+
2019-04-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS: remove optional dependency on subversion, fails to compile
* DEPENDS: add dependency on apr