Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2014 22:10:45 +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: r362506 - head/deskutils/mirall
Message-ID:  <201407212210.s6LMAjP6074739@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul 21 22:10:45 2014
New Revision: 362506
URL: http://svnweb.freebsd.org/changeset/ports/362506
QAT: https://qat.redports.org/buildarchive/r362506/

Log:
  Fix build with texlive

Modified:
  head/deskutils/mirall/Makefile

Modified: head/deskutils/mirall/Makefile
==============================================================================
--- head/deskutils/mirall/Makefile	Mon Jul 21 22:07:57 2014	(r362505)
+++ head/deskutils/mirall/Makefile	Mon Jul 21 22:10:45 2014	(r362506)
@@ -30,7 +30,7 @@ CONFLICTS=	owncloud-csync-[0-9]*
 OPTIONS_DEFINE=	DOCS
 
 DOCS_BUILD_DEPENDS=	sphinx-build:${PORTSDIR}/textproc/py-sphinx
-DOCS_USE=		TEX=latex:build
+DOCS_USE=		TEX=latex:build,dvipsk
 DOCS_CMAKE_ON=		WITH_DOC=true
 DOCS_ALL_TARGET=	all doc-html doc-pdf
 



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