svn commit: r362651 - head/textproc/hs-pandoc

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 23 10:17:03 UTC 2014


Author: bapt
Date: Wed Jul 23 10:17:02 2014
New Revision: 362651
URL: http://svnweb.freebsd.org/changeset/ports/362651
QAT: https://qat.redports.org/buildarchive/r362651/

Log:
  Switch to use texlive-texmf which provide ifluatex and ifxetex now

Modified:
  head/textproc/hs-pandoc/Makefile

Modified: head/textproc/hs-pandoc/Makefile
==============================================================================
--- head/textproc/hs-pandoc/Makefile	Wed Jul 23 10:15:29 2014	(r362650)
+++ head/textproc/hs-pandoc/Makefile	Wed Jul 23 10:17:02 2014	(r362651)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pandoc
 PORTVERSION=	1.11.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	textproc haskell
 
 MAINTAINER=	haskell at FreeBSD.org
@@ -21,8 +21,7 @@ USE_CABAL=	base64-bytestring>=0.1 blaze-
 EXECUTABLE=	pandoc
 
 # For PDF generation
-RUN_DEPENDS+=	latex-ifluatex>=1.3:${PORTSDIR}/print/latex-ifluatex \
-		ifxetex>=0:${PORTSDIR}/print/ifxetex
+USE_TEX=	texmf:run
 
 MAN1=		pandoc.1
 MAN5=		pandoc_markdown.5


More information about the svn-ports-head mailing list