diff options
author | obraun <obraun@FreeBSD.org> | 2008-03-10 05:09:52 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2008-03-10 05:09:52 +0800 |
commit | 394f1c890394e4943ad025c02bef96bcd9b90ae3 (patch) | |
tree | e111e27b70a4fddd118215b7b5131e57753a1865 /devel/hs-hpl | |
parent | b72673c9fbc860c63a360695cab90835fb98a7d6 (diff) | |
download | freebsd-ports-gnome-394f1c890394e4943ad025c02bef96bcd9b90ae3.tar.gz freebsd-ports-gnome-394f1c890394e4943ad025c02bef96bcd9b90ae3.tar.zst freebsd-ports-gnome-394f1c890394e4943ad025c02bef96bcd9b90ae3.zip |
Mark BROKEN: Does not build with current ghc.
Diffstat (limited to 'devel/hs-hpl')
-rw-r--r-- | devel/hs-hpl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/hs-hpl/Makefile b/devel/hs-hpl/Makefile index b9ba4f6097cd..d2b8c90ee6fa 100644 --- a/devel/hs-hpl/Makefile +++ b/devel/hs-hpl/Makefile @@ -18,6 +18,8 @@ COMMENT= Haskell Ports Library provides ports in Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +BROKEN= Does not build with current ghc + .include <bsd.port.pre.mk> GHC_VERSION= 6.6.1 |