aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-26 07:15:46 +0800
committerMaho Nakata <maho@FreeBSD.org>2003-07-26 07:15:46 +0800
commit72649077ec7cbd3ca8036a972fe32a211cb0d62f (patch)
treeb445e88f6ba61b27bb94e05bc848d3b29b21ec50 /shells
parentfdb6019669e300db9b3890ea78494a4da5108c7f (diff)
downloadfreebsd-ports-72649077ec7cbd3ca8036a972fe32a211cb0d62f.tar.gz
freebsd-ports-72649077ec7cbd3ca8036a972fe32a211cb0d62f.tar.zst
freebsd-ports-72649077ec7cbd3ca8036a972fe32a211cb0d62f.zip
Fix compatibility with rsync (depend explicitly on rsync).
PR: 54844 Submitted by: rushani (maintainer)
Notes
Notes: svn path=/head/; revision=85607
Diffstat (limited to 'shells')
-rw-r--r--shells/scponly/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile
index 4ba26237310a..ee5641c56b12 100644
--- a/shells/scponly/Makefile
+++ b/shells/scponly/Makefile
@@ -84,7 +84,9 @@ CONFIGURE_ARGS+=--enable-winscp-compat
CONFIGURE_ARGS+=--disable-winscp-compat
.endif
-.if defined(WITH_SCPONLY_RSYNC) && exists(${LOCALBASE}/bin/rsync)
+.if defined(WITH_SCPONLY_RSYNC)
+BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
+RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_ARGS+=--enable-rsync-compat
.else
CONFIGURE_ARGS+=--disable-rsync-compat