Date: Wed, 23 Jul 2014 12:08:39 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362662 - head/cad/opencascade Message-ID: <201407231208.s6NC8d37021172@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jul 23 12:08:39 2014 New Revision: 362662 URL: http://svnweb.freebsd.org/changeset/ports/362662 QAT: https://qat.redports.org/buildarchive/r362662/ Log: Do not hardcode dependency on pdflatex Modified: head/cad/opencascade/Makefile Modified: head/cad/opencascade/Makefile ============================================================================== --- head/cad/opencascade/Makefile Wed Jul 23 11:28:57 2014 (r362661) +++ head/cad/opencascade/Makefile Wed Jul 23 12:08:39 2014 (r362662) @@ -69,10 +69,10 @@ CMAKE_ARGS+= -D3RDPARTY_FREETYPE_DIR=${L .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407231208.s6NC8d37021172>