summaryrefslogtreecommitdiffstats
path: root/shell-term-fm/bash/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'shell-term-fm/bash/DEPENDS')
-rwxr-xr-xshell-term-fm/bash/DEPENDS8
1 files changed, 7 insertions, 1 deletions
diff --git a/shell-term-fm/bash/DEPENDS b/shell-term-fm/bash/DEPENDS
index 2df54f9e28..35d9cacb66 100755
--- a/shell-term-fm/bash/DEPENDS
+++ b/shell-term-fm/bash/DEPENDS
@@ -1,5 +1,11 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+
depends gnupg &&
depends "readline" "--with-installed-readline" &&
depends "ncurses" "--with-curses"
depends smgl-fhs &&
-depends autoconf
+depends autoconf &&
+
+if spell_ok readline && is_version_less $(installed_version readline) 6.3; then
+ force_depends readline
+fi