diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-04-29 23:13:52 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-04-29 23:13:52 +0800 |
commit | 7a894aa047ddbaa84849abca251b648088bbc670 (patch) | |
tree | b8e1eb8fac88eff4fde1fedb66285d900104f65e /shells | |
parent | be57c4904ad1137e1b3e31a8c5a0620447960503 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |