diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-01-16 12:20:43 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-01-16 12:20:43 +0000 |
commit | 7263028daf174320de7aeea4c12cfa2dcfe99a9d (patch) | |
tree | 68f4fb151bcbfbb677e9a6d85c5b76d0909ac5f1 /devel/hs-hat | |
parent | 23a4d6c4397e48d25ba75b469f2b45474a6afc99 (diff) | |
download | ports-7263028daf174320de7aeea4c12cfa2dcfe99a9d.tar.gz ports-7263028daf174320de7aeea4c12cfa2dcfe99a9d.zip |
Notes
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 |