diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-23 10:17:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-23 10:17:02 +0000 |
commit | e5953931a402e364f3583501b203278f7b1d716f (patch) | |
tree | 9421b9da628a3261ff12397ddda5e574327cfa15 /textproc | |
parent | 1b22b55a8c67db5206fb76ebbae979bcf897bfd7 (diff) | |
download | ports-e5953931a402e364f3583501b203278f7b1d716f.tar.gz ports-e5953931a402e364f3583501b203278f7b1d716f.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-pandoc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index 52fa406be358..58077670ef0b 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -3,7 +3,7 @@ PORTNAME= pandoc PORTVERSION= 1.11.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -21,8 +21,7 @@ USE_CABAL= base64-bytestring>=0.1 blaze-html>=0.6 blaze-markup>=0.5.1 \ 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 |