summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2009-12-04 11:39:14 +0100
committerFlorian Franzmann2009-12-04 11:39:14 +0100
commit6d5536fc1566a75ed77e3b45fcafaec40c2f6f25 (patch)
tree7f6a260ccbe6f2050dd0d449647643b15f4b60b7
parent29207074ba71f5d284048ee6a44ae6b52aa4b739 (diff)
doc/help2man: corrected dependency
-rwxr-xr-xdoc/help2man/DEPENDS2
-rw-r--r--doc/help2man/HISTORY4
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/help2man/DEPENDS b/doc/help2man/DEPENDS
index 8ab0aae8fd..a951dec6c0 100755
--- a/doc/help2man/DEPENDS
+++ b/doc/help2man/DEPENDS
@@ -1,2 +1,2 @@
depends perl &&
-optional_depends gettext --enable-nls --disable-nls "for native languages"
+optional_depends locale-gettext --enable-nls --disable-nls "for native languages"
diff --git a/doc/help2man/HISTORY b/doc/help2man/HISTORY
index 278b010786..ace6693ef7 100644
--- a/doc/help2man/HISTORY
+++ b/doc/help2man/HISTORY
@@ -1,3 +1,7 @@
+2009-12-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: changed optional dependency from gettext
+ to locale-gettext
+
2009-04-11 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Use upstream GPG key (gnu.gpg)