aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-LibXML
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-23 14:50:53 +0800
committerlinimon <linimon@FreeBSD.org>2003-12-23 14:50:53 +0800
commit2da606ed997160f77b5da866aba074aef9ebb8e4 (patch)
tree5d24049b3df49ce580daae28d98099c80d17041d /textproc/p5-XML-LibXML
parentb7705dfce1be65a12b3ff61689afd4e277c48eaa (diff)
downloadfreebsd-ports-gnome-2da606ed997160f77b5da866aba074aef9ebb8e4.tar.gz
freebsd-ports-gnome-2da606ed997160f77b5da866aba074aef9ebb8e4.tar.zst
freebsd-ports-gnome-2da606ed997160f77b5da866aba074aef9ebb8e4.zip
Per bento logs, mark as broken on recent 5.x. Notified maintainer.
Diffstat (limited to 'textproc/p5-XML-LibXML')
-rw-r--r--textproc/p5-XML-LibXML/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile
index bbaec8142449..b23b4969cbb4 100644
--- a/textproc/p5-XML-LibXML/Makefile
+++ b/textproc/p5-XML-LibXML/Makefile
@@ -34,4 +34,10 @@ MAN3= XML::LibXML.3 XML::LibXML::Attr.3 XML::LibXML::Boolean.3 \
XML::LibXML::SAX::Builder.3 XML::LibXML::SAX::Generator.3 \
XML::LibXML::Text.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
+.include <bsd.port.post.mk>