svn commit: r362662 - head/cad/opencascade

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 23 12:08:39 UTC 2014


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


More information about the svn-ports-all mailing list