diff options
Diffstat (limited to 'devel/hs-hat')
-rw-r--r-- | devel/hs-hat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile index d80568d8c5b7..970510a24046 100644 --- a/devel/hs-hat/Makefile +++ b/devel/hs-hat/Makefile @@ -30,8 +30,8 @@ BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 RUN_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 .else BUILD_DEPENDS= hmake:${PORTSDIR}/devel/hs-hmake \ - ghc:${PORTSDIR}/lang/ghc -RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc + ghc-5.04.3:${PORTSDIR}/lang/ghc5 +RUN_DEPENDS+= ghc-5.04.3:${PORTSDIR}/lang/ghc5 .endif ALL_TARGET= hat |