svn commit: r320753 - head/math/coq

Johan van Selst johans at FreeBSD.org
Thu Jun 13 10:57:23 UTC 2013


Author: johans
Date: Thu Jun 13 10:57:23 2013
New Revision: 320753
URL: http://svnweb.freebsd.org/changeset/ports/320753

Log:
  - Add build dependency due to tex changes
  
  PR:		ports/179372
  Submitted by:	John Marino <draco at marino.st>

Modified:
  head/math/coq/Makefile

Modified: head/math/coq/Makefile
==============================================================================
--- head/math/coq/Makefile	Thu Jun 13 10:31:37 2013	(r320752)
+++ head/math/coq/Makefile	Thu Jun 13 10:57:23 2013	(r320753)
@@ -36,7 +36,7 @@ MAN1=	coq-tex.1 coq_makefile.1 coqc.1 co
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
-USE_TEX=	latex:build
+USE_TEX=	latex:build dvipsk:build
 BUILD_DEPENDS+=	hevea:${PORTSDIR}/textproc/hevea \
 		${LOCALBASE}/share/texmf/tex/latex/ucs/utf8x.def:${PORTSDIR}/print/latex-ucs
 PORTDOCS=	*


More information about the svn-ports-head mailing list