diff options
author | obraun <obraun@FreeBSD.org> | 2003-02-18 10:50:48 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-02-18 10:50:48 +0000 |
commit | 5c930981640eacc34cddc383261352beea046dcf (patch) | |
tree | 7bd8fe7cc7c57b78a7df48cf2a38ad6725b2f217 /devel/hs-hat | |
parent | 3c4a343a3d0f4203bf4ed41419ad4b0cb21460f9 (diff) | |
download | FreeBSD-ports-5c930981640eacc34cddc383261352beea046dcf.zip FreeBSD-ports-5c930981640eacc34cddc383261352beea046dcf.tar.gz |
De-pkg-comment and make portlint a little bit happier.
Diffstat (limited to 'devel/hs-hat')
-rw-r--r-- | devel/hs-hat/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-hat/pkg-comment | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile index 36051af..55ee044 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 diff --git a/devel/hs-hat/pkg-comment b/devel/hs-hat/pkg-comment deleted file mode 100644 index 5774fd1..0000000 --- a/devel/hs-hat/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A source-level tracer for Haskell 98 |