diff options
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 |