diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2008-12-21 15:58:33 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2008-12-21 15:58:33 +0000 |
commit | e0da5b202b879201c127dae9bd9a6b976627de43 (patch) | |
tree | 1635cd3fe70bc557607958618ecf80b87be6ebdb /textproc/hs-highlighting-kate | |
parent | 530aaa4a90d0be86c34efa515f2df2359160068f (diff) |
Fix a small dependency problem
Approved by: miwi
Notes
Notes:
svn path=/head/; revision=224528
Diffstat (limited to 'textproc/hs-highlighting-kate')
-rw-r--r-- | textproc/hs-highlighting-kate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/hs-highlighting-kate/Makefile b/textproc/hs-highlighting-kate/Makefile index cda20a69a1b7..c83b9722d4c1 100644 --- a/textproc/hs-highlighting-kate/Makefile +++ b/textproc/hs-highlighting-kate/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 |