summaryrefslogtreecommitdiffstats
path: root/smgl
diff options
context:
space:
mode:
authorFlorian Franzmann2018-04-09 18:36:02 +0200
committerFlorian Franzmann2018-04-09 19:00:22 +0200
commit8d6c80a18a9d5665a85a1aaf28bf8e5c4f66221c (patch)
tree5954a156e083b559e22a79b112a572fadc9fd84f /smgl
parentd74dfb9beff0a57c8364b725aded50fa872bc138 (diff)
smgl/cauldron: depend on MAN instead of man
Diffstat (limited to 'smgl')
-rwxr-xr-xsmgl/cauldron/DEPENDS2
-rw-r--r--smgl/cauldron/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/smgl/cauldron/DEPENDS b/smgl/cauldron/DEPENDS
index a725edc292..f54c8ff0a8 100755
--- a/smgl/cauldron/DEPENDS
+++ b/smgl/cauldron/DEPENDS
@@ -8,7 +8,7 @@ fi &&
if [[ "$DOCUMENTATION" = 'y' ]]
then
- depends man
+ depends MAN
fi &&
suggest_depends cdrtools \
diff --git a/smgl/cauldron/HISTORY b/smgl/cauldron/HISTORY
index f7450026e2..31f15a9481 100644
--- a/smgl/cauldron/HISTORY
+++ b/smgl/cauldron/HISTORY
@@ -1,3 +1,6 @@
+2018-04-09 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: depend on MAN instead of man
+
2010-10-18 Justin Boffemmyer <flux@sourcemage.org>
* CONFIGURE: make query for installers depend on whether enchantment
was selected