summaryrefslogtreecommitdiff
path: root/devel/hs-pcre-light-ghc
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2008-12-21 15:58:33 +0000
committerGabor Pali <pgj@FreeBSD.org>2008-12-21 15:58:33 +0000
commite0da5b202b879201c127dae9bd9a6b976627de43 (patch)
tree1635cd3fe70bc557607958618ecf80b87be6ebdb /devel/hs-pcre-light-ghc
parentFix a small dependency problem (diff)
Fix a small dependency problem
Approved by: miwi
Notes
Notes: svn path=/head/; revision=224528
Diffstat (limited to 'devel/hs-pcre-light-ghc')
-rw-r--r--devel/hs-pcre-light-ghc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-pcre-light-ghc/Makefile b/devel/hs-pcre-light-ghc/Makefile
index b10281176dfb..74ffa1c4db59 100644
--- a/devel/hs-pcre-light-ghc/Makefile
+++ b/devel/hs-pcre-light-ghc/Makefile
@@ -17,7 +17,7 @@ COMMENT= A lightweight Haskell regex library compatible with Perl 5
BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc
GHC_VERSION= 6.8.3
CABALCMD= ${LOCALBASE}/bin/runghc Setup.lhs