diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-02-18 10:50:48 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-02-18 10:50:48 +0000 |
commit | 3d2b895bb7fa9b4a4a5226ea292672a23907aefd (patch) | |
tree | ceb2ad16df5a149e914d6dfa4ed4b2bac38d6e62 /devel/hs-hat/Makefile | |
parent | 6cddd6d5040c394a8b8e6fa43409954782fa922e (diff) | |
download | ports-3d2b895bb7fa9b4a4a5226ea292672a23907aefd.tar.gz ports-3d2b895bb7fa9b4a4a5226ea292672a23907aefd.zip |
Notes
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 |