diff options
author | pgj <pgj@FreeBSD.org> | 2012-08-03 12:16:22 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-08-03 12:16:22 +0800 |
commit | fe8c81b1f1541b22aa7d847ca62df19f79aac91c (patch) | |
tree | 21e05b9dc640eaeada1c04f988b75825768e1c66 | |
parent | 64fa515ee7777eec0409960f474b578b04f6145c (diff) | |
download | freebsd-ports-gnome-fe8c81b1f1541b22aa7d847ca62df19f79aac91c.tar.gz freebsd-ports-gnome-fe8c81b1f1541b22aa7d847ca62df19f79aac91c.tar.zst freebsd-ports-gnome-fe8c81b1f1541b22aa7d847ca62df19f79aac91c.zip |
- Tighten dependency on highlighting-kate
Obtained from: FreeBSD Haskell
-rw-r--r-- | textproc/hs-pandoc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index fc5700d8c1f0..7da972edbf3c 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -18,11 +18,11 @@ FILE_LICENSE= COPYING CABAL_SETUP= Setup.hs USE_CABAL= base64-bytestring>=0.1 blaze-html>=0.4.3.0 citeproc-hs>=0.3.4 \ - highlighting-kate>=0.5.0.2 HTTP>=4000.0.5 json>=0.4 \ - mtl>=1.1 network>=2 pandoc-types>=1.9.0.2 parsec>=3.1 \ - random>=1 syb>=0.1 tagsoup>=0.12.5 temporary>=1.1 \ - texmath>=0.6.0.2 utf8-string>=0.3 xml>=1.3.12 \ - zip-archive>=0.1.1.7 zlib>=0.5 + highlighting-kate>=0.5.1 HTTP>=4000.0.5 json>=0.4 mtl>=1.1 \ + network>=2 pandoc-types>=1.9.0.2 parsec>=3.1 random>=1 \ + syb>=0.1 tagsoup>=0.12.5 temporary>=1.1 texmath>=0.6.0.2 \ + utf8-string>=0.3 xml>=1.3.12 zip-archive>=0.1.1.7 \ + zlib>=0.5 MAN1= pandoc.1 MAN5= pandoc_markdown.5 |