aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-23 20:08:39 +0800
committerbapt <bapt@FreeBSD.org>2014-07-23 20:08:39 +0800
commitf7be5b321b608fc37d926c9b1160914fa92daa4d (patch)
tree6ae19ce284a9cd13641b13e482804de16ec5589f /cad
parentffdd25c2c34d5a67f7740dd5440f6fd626dabde3 (diff)
downloadfreebsd-ports-gnome-f7be5b321b608fc37d926c9b1160914fa92daa4d.tar.gz
freebsd-ports-gnome-f7be5b321b608fc37d926c9b1160914fa92daa4d.tar.zst
freebsd-ports-gnome-f7be5b321b608fc37d926c9b1160914fa92daa4d.zip
Do not hardcode dependency on pdflatex
Diffstat (limited to 'cad')
-rw-r--r--cad/opencascade/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index b93145aea88b..124351ffe62e 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -69,10 +69,10 @@ CMAKE_ARGS+= -D3RDPARTY_FREETYPE_DIR=${LOCALBASE} \
.endif
.if ${PORT_OPTIONS:MDOCS}
+USE_TEX+= latex:build
BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash \
doxygen:${PORTSDIR}/devel/doxygen \
dot:${PORTSDIR}/graphics/graphviz \
- pdflatex:${PORTSDIR}/print/teTeX-base \
inkscape:${PORTSDIR}/graphics/inkscape
RUN_DEPENDS+= ${LOCALBASE}/www/MathJax/MathJax.js:${PORTSDIR}/www/mathjax
.endif