aboutsummaryrefslogtreecommitdiff
path: root/textproc/docproj
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-07-15 11:21:37 +0000
committerSteve Wills <swills@FreeBSD.org>2018-07-15 11:21:37 +0000
commit4a42f279b2eb3e77cb7fab3d42058c8b76e6a308 (patch)
tree8982f2ff566c58f44c136800a83878572e257da3 /textproc/docproj
parent06050cc5cebfcef27184b9f8e5f020ea43c5c508 (diff)
downloadports-4a42f279b2eb3e77cb7fab3d42058c8b76e6a308.tar.gz
ports-4a42f279b2eb3e77cb7fab3d42058c8b76e6a308.zip
textproc/docproj: fix trailing backslash
Remove trailing backslash from previous commit PR: 229566 Reported by: tcberner
Notes
Notes: svn path=/head/; revision=474685
Diffstat (limited to 'textproc/docproj')
-rw-r--r--textproc/docproj/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 5bbbc0188778..44b011744aab 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -38,7 +38,7 @@ OPTIONS_DEFAULT+= SVN
CJK_DESC= CJK support
CJK_RUN_DEPENDS= html2text:textproc/html2text
DBLATEX_DESC= dblatex PDF renderer (experimental, requires TeXLive)
-DBLATEX_RUN_DEPENDS= dblatex:textproc/dblatex \
+DBLATEX_RUN_DEPENDS= dblatex:textproc/dblatex
DBLATEX_USE= TEX=xetex
FOP_DESC= FOP PDF renderer (requires Java)
FOP_RUN_DEPENDS= fop:textproc/fop \