diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-29 15:13:52 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-29 15:13:52 +0000 |
commit | 651db65320defc4db179d9f70c21edc64829ee3d (patch) | |
tree | b8e1eb8fac88eff4fde1fedb66285d900104f65e /shells | |
parent | 5dba9f786b7337a31f2d1d06c1b47bb637c1ccfb (diff) | |
download | ports-651db65320defc4db179d9f70c21edc64829ee3d.tar.gz ports-651db65320defc4db179d9f70c21edc64829ee3d.zip |
Notes
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 |