summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-08-17 15:59:19 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-08-17 15:59:19 +0000
commit663180c8406def0ef27de93c3680ed1f82bbd4ca (patch)
tree79f6b797f5a38cca05c7646f8d11a0b66d2f9872
parentAdd template <> to explicit specialization to fix build. (diff)
Only broken on 5.005.
PR: ports/70524 Submitted by: Cheng-Lung Sung <clsung.at.tw.freebsd.org>
-rw-r--r--textproc/p5-XML-SimpleObject-LibXML/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-SimpleObject-LibXML/Makefile b/textproc/p5-XML-SimpleObject-LibXML/Makefile
index 8875e72a1104..aa7241fe4fc0 100644
--- a/textproc/p5-XML-SimpleObject-LibXML/Makefile
+++ b/textproc/p5-XML-SimpleObject-LibXML/Makefile
@@ -25,8 +25,8 @@ MAN3= XML::SimpleObject::LibXML.3
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= "Does not build"
+.if ${PERL_LEVEL} < 500601
+IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>