svn commit: r316827 - head/shells/scponly

Bryan Drewery bdrewery at FreeBSD.org
Mon Apr 29 15:13:53 UTC 2013


Author: bdrewery
Date: Mon Apr 29 15:13:52 2013
New Revision: 316827
URL: http://svnweb.freebsd.org/changeset/ports/316827

Log:
  - If sftp is not available, use security/openssh-portable.
    This is the case if running base with WITHOUT_OPENSSH
  
  Approved by:	gjb (maintainer)

Modified:
  head/shells/scponly/Makefile

Modified: head/shells/scponly/Makefile
==============================================================================
--- head/shells/scponly/Makefile	Mon Apr 29 15:00:15 2013	(r316826)
+++ head/shells/scponly/Makefile	Mon Apr 29 15:13:52 2013	(r316827)
@@ -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


More information about the svn-ports-all mailing list