diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-20 14:49:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-20 14:49:12 +0000 |
commit | 91d718ec4901a9d972233a70f5da4d1257eeb5ca (patch) | |
tree | 0a6f139aa4bff34cf1ca0db8b9a6ef4ce13dfa9c /devel/hs-hat | |
parent | 3fed30f05651774b99f6bc8800991ea32c91ef2c (diff) |
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 9dc45f51304d..8544083df62c 100644 --- a/devel/hs-hat/Makefile +++ b/devel/hs-hat/Makefile @@ -33,8 +33,8 @@ RUN_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 PKGNAMESUFFIX= -nhc98 .else BUILD_DEPENDS= hmake:${PORTSDIR}/devel/hs-hmake \ - ghc-6.4:${PORTSDIR}/lang/ghc6 -RUN_DEPENDS+= ghc-6.4:${PORTSDIR}/lang/ghc6 + ghc-6.4:${PORTSDIR}/lang/ghc +RUN_DEPENDS+= ghc-6.4:${PORTSDIR}/lang/ghc PKGNAMESUFFIX= -ghc6 .endif |