diff options
Diffstat (limited to 'textproc/p5-XML-SimpleObject-LibXML/Makefile')
-rw-r--r-- | textproc/p5-XML-SimpleObject-LibXML/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-XML-SimpleObject-LibXML/Makefile b/textproc/p5-XML-SimpleObject-LibXML/Makefile index 5f51f73d1c6b..8875e72a1104 100644 --- a/textproc/p5-XML-SimpleObject-LibXML/Makefile +++ b/textproc/p5-XML-SimpleObject-LibXML/Makefile @@ -23,4 +23,10 @@ PERL_CONFIGURE= YES MAN3= XML::SimpleObject::LibXML.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not build" +.endif + +.include <bsd.port.post.mk> |