From b2915fd9d1aba9c155acea1793e42c7659e36be8 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 12 Aug 2004 12:48:01 +0000 Subject: After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all these ports were broken because they always depended on it. I've rearranged all the dependencies to fit the new scheme. --- www/reportmagic/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'www/reportmagic') diff --git a/www/reportmagic/Makefile b/www/reportmagic/Makefile index 9ca9ea8c0e07..0e01fcba3569 100644 --- a/www/reportmagic/Makefile +++ b/www/reportmagic/Makefile @@ -20,8 +20,7 @@ COMMENT= A web site statistics post-processor for Analog RUN_DEPENDS= analog:${PORTSDIR}/www/analog \ ${SITE_PERL}/GD/Graph3d.pm:${PORTSDIR}/graphics/p5-GD-Graph3d \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp + ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= YES @@ -36,4 +35,10 @@ post-install: @${ECHO} "using Report Magic." @${ECHO} -.include +.include + +.if ${PERL_LEVEL} < 500800 +RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +.endif + +.include -- cgit