diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-23 20:08:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-23 20:08:39 +0800 |
commit | f7be5b321b608fc37d926c9b1160914fa92daa4d (patch) | |
tree | 6ae19ce284a9cd13641b13e482804de16ec5589f /cad | |
parent | ffdd25c2c34d5a67f7740dd5440f6fd626dabde3 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |