diff options
Diffstat (limited to 'textproc/hs-pandoc/Makefile')
-rw-r--r-- | textproc/hs-pandoc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index d045ffa33296..09fa619b848a 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -7,6 +7,7 @@ PORTNAME= pandoc PORTVERSION= 1.8.2.1 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -24,8 +25,6 @@ USE_CABAL= base64-bytestring>=0.1 citeproc-hs>=0.3.1 dlist>=0.4 \ MAN1= pandoc.1 markdown2pdf.1 MAN5= pandoc_markdown.5 -PORTDATA= * - OPTIONS= HIGHLIGHTING "Compile in support for syntax highlighting" off \ EXECUTABLE "Build the pandoc executable" on \ WRAPPERS "Build the wrappers (markdown2pdf)" on \ |