aboutsummaryrefslogtreecommitdiff
path: root/shells/scponly
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-06-18 18:50:26 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-06-18 18:50:26 +0000
commit9424c94b3e9676e5a90c4dcace34fb89daea36cf (patch)
tree4451e4d420e64649701f1a32830ff4c15b5551fc /shells/scponly
parentb1dc0c94e27e0343fe7e5d8887143240c943e1c4 (diff)
downloadports-9424c94b3e9676e5a90c4dcace34fb89daea36cf.tar.gz
ports-9424c94b3e9676e5a90c4dcace34fb89daea36cf.zip
Notes
Diffstat (limited to 'shells/scponly')
-rw-r--r--shells/scponly/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile
index bf330567a79b..f784dcb638e1 100644
--- a/shells/scponly/Makefile
+++ b/shells/scponly/Makefile
@@ -48,6 +48,10 @@
# default: undefined
# define if you want to enable subversion compatibility.
#
+# WITH_SCPONLY_SVNSERVE
+# default: undefined
+# define if you want to enable subversion compatibility with svn+ssh://
+#
# WITH_SCPONLY_UNISON
# default: undefined
# define if you want to enable unison compatibility.
@@ -115,6 +119,11 @@ RUN_DEPENDS+= ${BUILD_DEPENDS}
CONFIGURE_ARGS+=--enable-svn-compat
.endif
+.if defined(WITH_SCPONLY_SVNSERVE)
+BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion
+RUN_DEPENDS+= ${BUILD_DEPENDS}
+.endif
+
.if defined(WITH_SCPONLY_UNISON)
BUILD_DEPENDS+= unison:${PORTSDIR}/net/unison
RUN_DEPENDS+= ${BUILD_DEPENDS}