From e5d01bc9b2b763a19f9de345dca44c648f8995d1 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 20 May 2005 14:49:12 +0000 Subject: - Fix ghc dependency and INDEX build Submitted by: cperciva Pointy hat to: vs --- devel/hs-hat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/hs-hat') 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 -- cgit