diff options
Diffstat (limited to 'devel/hs-hat/Makefile')
-rw-r--r-- | devel/hs-hat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile index 36051af3a0d4..55ee0449842a 100644 --- a/devel/hs-hat/Makefile +++ b/devel/hs-hat/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/ PKGNAMEPREFIX= hs- MAINTAINER= obraun@FreeBSD.org +COMMENT= A source-level tracer for Haskell 98 .if defined(WITHOUT_NHC98) BROKEN= does not build with ghc-5.04 for the time being @@ -26,7 +27,7 @@ BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 RUN_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 .else WITH_GHC= yes -BUILD_DEPENDS+= hmake:${PORTSDIR}/devel/hs-hmake +BUILD_DEPENDS+= hmake:${PORTSDIR}/devel/hs-hmake .endif .if defined(WITH_GHC) BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc |