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 /devel/hs-pcre-light-ghc/Makefile | |
parent | 530aaa4a90d0be86c34efa515f2df2359160068f (diff) |
Notes
Diffstat (limited to 'devel/hs-pcre-light-ghc/Makefile')
-rw-r--r-- | devel/hs-pcre-light-ghc/Makefile | 2 |
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 |