diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 03:49:32 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 03:49:32 +0000 |
commit | c4aebd467cd2c219c6870c0ef038a76bc2850c80 (patch) | |
tree | c0866f6e74ae506e4a037c4c7092b52e8f145318 /textproc/hs-pandoc | |
parent | aac32349c902a5c9abd567ac3388e17b7c422eff (diff) | |
download | ports-c4aebd467cd2c219c6870c0ef038a76bc2850c80.tar.gz ports-c4aebd467cd2c219c6870c0ef038a76bc2850c80.zip |
- Please welcome GHC 7.0.4
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped. Other per-port
updates are coming soon.
This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.
Thanks ashish@ for the help!
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=291136
Diffstat (limited to 'textproc/hs-pandoc')
-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 \ |