aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-pandoc
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2008-12-22 16:45:18 +0800
committerpgj <pgj@FreeBSD.org>2008-12-22 16:45:18 +0800
commit45c393949fdbc0e7c37e7d4479072b873c14935b (patch)
tree98127f7039dbb1c085dc63e27e266c39b6343ab9 /textproc/hs-pandoc
parent2887ed17301e295b42b92902d29610073e168b13 (diff)
downloadfreebsd-ports-gnome-45c393949fdbc0e7c37e7d4479072b873c14935b.tar.gz
freebsd-ports-gnome-45c393949fdbc0e7c37e7d4479072b873c14935b.tar.zst
freebsd-ports-gnome-45c393949fdbc0e7c37e7d4479072b873c14935b.zip
Fix a broken optional dependency
Approved by: miwi
Diffstat (limited to 'textproc/hs-pandoc')
-rw-r--r--textproc/hs-pandoc/Makefile2
1 files changed, 1 insertions, 1 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