aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-05-01 21:52:05 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-05-01 21:52:05 +0000
commit807e11171b203801118342fa5e15317ec133baae (patch)
treea766d23c467a323576057495c2fa15fc34cec0bb /shells
parent0c8bd7c8fb1749d15261831e879e199644b38250 (diff)
downloadports-807e11171b203801118342fa5e15317ec133baae.tar.gz
ports-807e11171b203801118342fa5e15317ec133baae.zip
Notes
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 d3125c496b1c..0575ae7305b5 100644
--- a/shells/scponly/Makefile
+++ b/shells/scponly/Makefile
@@ -3,6 +3,7 @@
PORTNAME= scponly
PORTVERSION= 4.8.20110526
+PORTREVISION= 1
CATEGORIES= shells security
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-snapshots
@@ -33,8 +34,10 @@ WINSCP_DESC= WinSCP support
.include <bsd.port.options.mk>
+.if(!exists(/usr/bin/sftp))
RUN_DEPENDS+= sftp:${PORTSDIR}/security/openssh-portable
BUILD_DEPENDS+= sftp:${PORTSDIR}/security/openssh-portable
+.endif
.if ${PORT_OPTIONS:MDEFAULT_CHDIR}
CONFIGURE_ARGS+=--with-default-chdir=${SCPONLY_DEFAULT_CHDIR}