aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-04-29 23:13:52 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-04-29 23:13:52 +0800
commit7a894aa047ddbaa84849abca251b648088bbc670 (patch)
treeb8e1eb8fac88eff4fde1fedb66285d900104f65e /shells
parentbe57c4904ad1137e1b3e31a8c5a0620447960503 (diff)
downloadfreebsd-ports-gnome-7a894aa047ddbaa84849abca251b648088bbc670.tar.gz
freebsd-ports-gnome-7a894aa047ddbaa84849abca251b648088bbc670.tar.zst
freebsd-ports-gnome-7a894aa047ddbaa84849abca251b648088bbc670.zip
- If sftp is not available, use security/openssh-portable.
This is the case if running base with WITHOUT_OPENSSH Approved by: gjb (maintainer)
Diffstat (limited to 'shells')
-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