From cf109b040ad194e4b06c6e816862f829e506a566 Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Mon, 24 Dec 2018 01:45:24 +0000 Subject: [PATCH] Cater for systems built WITH_SVN knob PR: 230598 Submitted by: Dries Michiels < driesm.michiels AT gmail > Approved by: bcr (doceng) Differential Revision: https://reviews.freebsd.org/D16766 --- textproc/docproj/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 44b011744aab..705cbb58cfac 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -3,7 +3,7 @@ PORTNAME= docproj PORTVERSION= 2.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org @@ -31,7 +31,7 @@ OPTIONS_DEFAULT= CJK IGOR TRANSLATOR .if !exists(/usr/bin/groff) OPTIONS_DEFAULT+= GROFF .endif -.if !exists(/usr/bin/svnlite) +.if !exists(/usr/bin/svnlite) && !exists(/usr/bin/svn) OPTIONS_DEFAULT+= SVN .endif @@ -50,7 +50,7 @@ IGOR_RUN_DEPENDS= igor:textproc/igor JING_DESC= Jing for advanced RELAX NG validation JING_RUN_DEPENDS= jing:textproc/jing SVN_DESC= Subversion support from ports -SVN_RUN_DEPENDS= svn:devel/subversion +SVN_RUN_DEPENDS= ${LOCALBASE}/bin/svn:devel/subversion TRANSLATOR_DESC= Tools for translators TRANSLATOR_RUN_DEPENDS= itstool:textproc/itstool \ msgcat:devel/gettext-tools