diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-12 12:48:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-12 12:48:01 +0000 |
commit | 3a7b17911b12b557fc9c450a975d5a86e1c8303e (patch) | |
tree | c1163267eb35cfcd7d2b1680f5e16f391848e9b1 /www/reportmagic | |
parent | b45207534f07eb7c813498681685467341d13336 (diff) | |
download | ports-3a7b17911b12b557fc9c450a975d5a86e1c8303e.tar.gz ports-3a7b17911b12b557fc9c450a975d5a86e1c8303e.zip |
Notes
Diffstat (limited to 'www/reportmagic')
-rw-r--r-- | www/reportmagic/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +.endif + +.include <bsd.port.post.mk> |