diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 03:41:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 03:41:37 +0000 |
commit | 9c254d9d99c9519890d45ae0da2006ce149d52d5 (patch) | |
tree | 59d96aa196205ef6a621a39d258c4043d4d4fc2f /textproc/p5-XML-SimpleObject-LibXML | |
parent | a99b6129486a637c2e69b652d66a767bb0e34372 (diff) | |
download | ports-9c254d9d99c9519890d45ae0da2006ce149d52d5.tar.gz ports-9c254d9d99c9519890d45ae0da2006ce149d52d5.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-SimpleObject-LibXML')
-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> |