summaryrefslogtreecommitdiffstats
path: root/shell-term-fm
diff options
context:
space:
mode:
authorVlad Glagolev2021-07-27 23:56:32 +0000
committerVlad Glagolev2021-07-27 23:56:32 +0000
commitd026842b06028d282260d9116e967967b1485e16 (patch)
tree0a82d040b6e24d4b97b367a5ea2354be611dc255 /shell-term-fm
parent7fb801270b44b98bf4951b7caaf218de94ef3ec8 (diff)
vifm: add which as required dep
Diffstat (limited to 'shell-term-fm')
-rwxr-xr-xshell-term-fm/vifm/DEPENDS1
-rw-r--r--shell-term-fm/vifm/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/shell-term-fm/vifm/DEPENDS b/shell-term-fm/vifm/DEPENDS
index 629365b9af..6cb8af9315 100755
--- a/shell-term-fm/vifm/DEPENDS
+++ b/shell-term-fm/vifm/DEPENDS
@@ -1,3 +1,4 @@
+depends which &&
depends libtool &&
depends GETTEXT &&
diff --git a/shell-term-fm/vifm/HISTORY b/shell-term-fm/vifm/HISTORY
index 659198417d..43e724b3dc 100644
--- a/shell-term-fm/vifm/HISTORY
+++ b/shell-term-fm/vifm/HISTORY
@@ -1,3 +1,6 @@
+2021-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: add missing dependency (which)
+
2019-05-18 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/