diff options
-rw-r--r-- | devel/hs-hpl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/hs-hpl/Makefile b/devel/hs-hpl/Makefile index e8a369a6a12a..01679fbb26ed 100644 --- a/devel/hs-hpl/Makefile +++ b/devel/hs-hpl/Makefile @@ -16,6 +16,10 @@ DISTNAME= ports-${PORTVERSION} MAINTAINER= haskell@FreeBSD.org COMMENT= Haskell Ports Library provides ports in Haskell +BROKEN= Does not build with latest GHC +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE=2007-09-01 + BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc |