aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-highlighting-kate-ghc
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2008-12-21 23:58:33 +0800
committerpgj <pgj@FreeBSD.org>2008-12-21 23:58:33 +0800
commit1628e18c984aaf0656c89ac4f874bd1d82208c35 (patch)
treecbcd8bba19c08b65151b24d6eb95b264e3f0168d /textproc/hs-highlighting-kate-ghc
parentf15ef255f0d37afa677495a608a608991dc9d895 (diff)
downloadfreebsd-ports-gnome-1628e18c984aaf0656c89ac4f874bd1d82208c35.tar.gz
freebsd-ports-gnome-1628e18c984aaf0656c89ac4f874bd1d82208c35.tar.zst
freebsd-ports-gnome-1628e18c984aaf0656c89ac4f874bd1d82208c35.zip
Fix a small dependency problem
Approved by: miwi
Diffstat (limited to 'textproc/hs-highlighting-kate-ghc')
-rw-r--r--textproc/hs-highlighting-kate-ghc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/hs-highlighting-kate-ghc/Makefile b/textproc/hs-highlighting-kate-ghc/Makefile
index cda20a69a1b7..c83b9722d4c1 100644
--- a/textproc/hs-highlighting-kate-ghc/Makefile
+++ b/textproc/hs-highlighting-kate-ghc/Makefile
@@ -17,7 +17,8 @@ COMMENT= A Haskell syntax highlighting library for 50+ languages
BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \
hs-pcre-light-ghc>=0.3:${PORTSDIR}/devel/hs-pcre-light-ghc
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \
+ hs-pcre-light-ghc>=0.3:${PORTSDIR}/devel/hs-pcre-light-ghc
GHC_VERSION= 6.8.3
CABALCMD= ${LOCALBASE}/bin/runghc Setup.lhs