aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hmake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-hmake/Makefile')
-rw-r--r--devel/hs-hmake/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile
index d1652a0ba9db..135eb45db11c 100644
--- a/devel/hs-hmake/Makefile
+++ b/devel/hs-hmake/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hmake
PORTVERSION= 3.14
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel haskell
MASTER_SITES= http://www.haskell.org/hmake/ \
ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \
@@ -17,6 +17,8 @@ PKGNAMEPREFIX= hs-
MAINTAINER= haskell@FreeBSD.org
COMMENT= Intelligent compilation management tool for Haskell programs
+BROKEN= does not compile
+
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
hs-readline>=1.0.1.0:${PORTSDIR}/devel/hs-readline
RUN_DEPENDS= ${BUILD_DEPENDS}