svn commit: r362506 - head/deskutils/mirall

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 21 22:10:46 UTC 2014


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
 


More information about the svn-ports-head mailing list