Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2014 06:34:44 +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: r362520 - head/security/libtomcrypt
Message-ID:  <201407220634.s6M6YieU000770@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jul 22 06:34:44 2014
New Revision: 362520
URL: http://svnweb.freebsd.org/changeset/ports/362520
QAT: https://qat.redports.org/buildarchive/r362520/

Log:
  Fix build with texlive

Modified:
  head/security/libtomcrypt/Makefile

Modified: head/security/libtomcrypt/Makefile
==============================================================================
--- head/security/libtomcrypt/Makefile	Tue Jul 22 06:30:30 2014	(r362519)
+++ head/security/libtomcrypt/Makefile	Tue Jul 22 06:34:44 2014	(r362520)
@@ -46,7 +46,7 @@ CFLAGS+=	-DGMP_DESC
 .endif
 
 .if ${PORT_OPTIONS:MDOCS}
-USE_TEX=	latex:build
+USE_TEX=	latex:build dvipdfmx:build
 PORTDOCS=	*
 .else
 MAKE_ARGS+=	NODOCS=yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407220634.s6M6YieU000770>