From 52ace2d623f4b4989ea39e8b67432474679f99cc Mon Sep 17 00:00:00 2001 From: nork Date: Sat, 25 Jan 2003 23:12:56 +0000 Subject: XML::Stream needs IO::Select > 1.13. PR: ports/47395 Submitted by: Erwin Lansing (maintainer) --- textproc/p5-XML-Stream/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index 3f92e34..415243a 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -25,4 +25,11 @@ MAN3= XML::Stream.3 XML::Stream::Hash.3 XML::Stream::Namespace.3 \ XML::Stream::Parser.3 XML::Stream::Parser::DTD.3 \ XML::Stream::Tree.3 XML::Stream::Node.3 -.include +.include + +.if ${OSVERSION} < 500000 && !exists(${SITE_PERL}/${PERL_ARCH}/IO/Select.pm) +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Select.pm:${PORTSDIR}/devel/p5-IO +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Select.pm:${PORTSDIR}/devel/p5-IO +.endif + +.include -- cgit v1.1