aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2008-12-22 08:45:18 +0000
committerGabor Pali <pgj@FreeBSD.org>2008-12-22 08:45:18 +0000
commit82653803e1853a5a02934bed376ccefa736b5175 (patch)
tree570f513a5a28c9dae755c55c7d6dea807812d36c
parent55e7e274241ed5ab12516756850bda749392ed1d (diff)
downloadports-82653803e1853a5a02934bed376ccefa736b5175.tar.gz
ports-82653803e1853a5a02934bed376ccefa736b5175.zip
Fix a broken optional dependency
Approved by: miwi
Notes
Notes: svn path=/head/; revision=224558
-rw-r--r--textproc/hs-pandoc/Makefile2
-rw-r--r--textproc/pandoc/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile
index 6dda1a18e0f9..0a3e31910bea 100644
--- a/textproc/hs-pandoc/Makefile
+++ b/textproc/hs-pandoc/Makefile
@@ -32,7 +32,7 @@ OPTIONS= HIGHLIGHTING "Syntax highlighting support" off
.include <bsd.port.pre.mk>
.if defined(WITH_HIGHLIGHTING)
-BUILD_DEPENDS+= hs-highlighting-kate>=0.2:${PORTSDIR}/textproc/hs-highlighting-kate
+BUILD_DEPENDS+= hs-highlighting-kate-ghc>=0.2:${PORTSDIR}/textproc/hs-highlighting-kate-ghc
MAKE_ARGS= CABALOPTS+="-fhighlighting"
.endif
diff --git a/textproc/pandoc/Makefile b/textproc/pandoc/Makefile
index 6dda1a18e0f9..0a3e31910bea 100644
--- a/textproc/pandoc/Makefile
+++ b/textproc/pandoc/Makefile
@@ -32,7 +32,7 @@ OPTIONS= HIGHLIGHTING "Syntax highlighting support" off
.include <bsd.port.pre.mk>
.if defined(WITH_HIGHLIGHTING)
-BUILD_DEPENDS+= hs-highlighting-kate>=0.2:${PORTSDIR}/textproc/hs-highlighting-kate
+BUILD_DEPENDS+= hs-highlighting-kate-ghc>=0.2:${PORTSDIR}/textproc/hs-highlighting-kate-ghc
MAKE_ARGS= CABALOPTS+="-fhighlighting"
.endif