summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/scponly/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile
index 99287c2f8016..d3125c496b1c 100644
--- a/shells/scponly/Makefile
+++ b/shells/scponly/Makefile
@@ -33,6 +33,9 @@ WINSCP_DESC= WinSCP support
.include <bsd.port.options.mk>
+RUN_DEPENDS+= sftp:${PORTSDIR}/security/openssh-portable
+BUILD_DEPENDS+= sftp:${PORTSDIR}/security/openssh-portable
+
.if ${PORT_OPTIONS:MDEFAULT_CHDIR}
CONFIGURE_ARGS+=--with-default-chdir=${SCPONLY_DEFAULT_CHDIR}
.endif