aboutsummaryrefslogtreecommitdiff
path: root/textproc/svn2cl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/svn2cl/Makefile')
-rw-r--r--textproc/svn2cl/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/svn2cl/Makefile b/textproc/svn2cl/Makefile
index beb3afc3f76b..454d710fd89c 100644
--- a/textproc/svn2cl/Makefile
+++ b/textproc/svn2cl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= svn2cl
PORTVERSION= 0.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://arthurdejong.org/svn2cl/
@@ -8,8 +8,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Subversion ChangeLog generator
WWW= https://arthurdejong.org/svn2cl/
-RUN_DEPENDS= xsltproc:textproc/libxslt \
- svn:devel/subversion
+RUN_DEPENDS= xsltproc:textproc/libxslt
+.if ${WITH_SUBVERSION_VER:U} == LTS
+RUN_DEPENDS+= svn:devel/subversion-lts
+.else
+RUN_DEPENDS+= svn:devel/subversion
+.endif
NO_BUILD= yes
PORTDOCS= ChangeLog NEWS README TODO