summaryrefslogtreecommitdiffstats
path: root/crypto/mosh/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/mosh/DEPENDS')
-rwxr-xr-xcrypto/mosh/DEPENDS7
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto/mosh/DEPENDS b/crypto/mosh/DEPENDS
index 6c4c44f969..26d3718912 100755
--- a/crypto/mosh/DEPENDS
+++ b/crypto/mosh/DEPENDS
@@ -2,12 +2,13 @@ depends -sub CXX gcc &&
depends protobuf &&
depends ncurses &&
depends zlib &&
-
-runtime_depends io-tty &&
+depends SSL &&
optional_depends libutempter \
"--with-utempter" \
"--without-utempter" \
- "for utmp/wtmp session entries (see https://github.com/keithw/mosh/issues/201)"
+ "for utmp/wtmp session entries (see https://github.com/keithw/mosh/issues/201)" &&
+
+suggest_depends io-tty "" "" "for the mosh wrapper perl script (not the mosh-client or mosh-server programs)" &&
suggest_depends openssh "" "" "to initiate mosh connections over SSH"