summaryrefslogtreecommitdiff
path: root/devel/hs-hat
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-20 14:49:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-20 14:49:12 +0000
commit91d718ec4901a9d972233a70f5da4d1257eeb5ca (patch)
tree0a6f139aa4bff34cf1ca0db8b9a6ef4ce13dfa9c /devel/hs-hat
parent- Add WITH_STATIC_PLUGINS, requested by Jurij Ivliev <yury@black.cat.kazan.su> (diff)
- Fix ghc dependency and INDEX build
Submitted by: cperciva Pointy hat to: vs
Notes
Notes: svn path=/head/; revision=135706
Diffstat (limited to 'devel/hs-hat')
-rw-r--r--devel/hs-hat/Makefile4
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