diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-22 08:13:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-22 08:13:53 +0000 |
commit | 691d1cee767073dd417a46bc63c432af6a89336c (patch) | |
tree | c891fc2141b69786dd8888601a61d39f965640b5 /textproc/hs-HaXml | |
parent | c50854ad9c954821a0b5f4fe0babafdb0a921d72 (diff) |
Notes
Diffstat (limited to 'textproc/hs-HaXml')
-rw-r--r-- | textproc/hs-HaXml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile index d4aac4cfa751..247da71e902a 100644 --- a/textproc/hs-HaXml/Makefile +++ b/textproc/hs-HaXml/Makefile @@ -17,6 +17,8 @@ EXECUTABLE= Canonicalise CanonicaliseLazy DtdToHaskell FpMLToHaskell \ MkOneOf Validate XsdToHaskell Xtract IGNORE= Doesn't build with recent GHC version +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |