aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-22 03:41:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-22 03:41:37 +0000
commit9c254d9d99c9519890d45ae0da2006ce149d52d5 (patch)
tree59d96aa196205ef6a621a39d258c4043d4d4fc2f /textproc
parenta99b6129486a637c2e69b652d66a767bb0e34372 (diff)
downloadports-9c254d9d99c9519890d45ae0da2006ce149d52d5.tar.gz
ports-9c254d9d99c9519890d45ae0da2006ce149d52d5.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-SimpleObject-LibXML/Makefile8
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>