diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-07 21:44:05 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-07 21:44:05 +0000 |
commit | d91b6360f3929723afa977323a45ffd1542949d8 (patch) | |
tree | ee3490d65cb6699599bf40e1b8ef95479db69e48 /textproc/p5-XML-Sablotron/Makefile | |
parent | aeebb6f9bbb349be9e42bc06c200505880d3718b (diff) | |
download | ports-d91b6360f3929723afa977323a45ffd1542949d8.tar.gz ports-d91b6360f3929723afa977323a45ffd1542949d8.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Sablotron/Makefile')
-rw-r--r-- | textproc/p5-XML-Sablotron/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/p5-XML-Sablotron/Makefile b/textproc/p5-XML-Sablotron/Makefile index 5bca2df96970..9579de02bcce 100644 --- a/textproc/p5-XML-Sablotron/Makefile +++ b/textproc/p5-XML-Sablotron/Makefile @@ -29,4 +29,8 @@ MAN3= XML::Sablotron.3 XML::Sablotron::DOM.3 \ XML::Sablotron::DOM::DOMHandler.3 XML::Sablotron::SAXBuilder.3 \ XML::Sablotron::Situation::DOMHandlerDispatcher.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} > 501400 +BROKEN= POLLUTE is gone, does not compile, no release since 2005, textproc/p5-XML-SAXDriver-Sablotron&www/p5-HTML-Webmake depend on me +.endif +.include <bsd.port.post.mk> |