From 7a894aa047ddbaa84849abca251b648088bbc670 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Mon, 29 Apr 2013 15:13:52 +0000 Subject: - If sftp is not available, use security/openssh-portable. This is the case if running base with WITHOUT_OPENSSH Approved by: gjb (maintainer) --- shells/scponly/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shells') 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 +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 -- cgit