From 3a7b17911b12b557fc9c450a975d5a86e1c8303e Mon Sep 17 00:00:00 2001 From: Mathieu Arnold 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. --- databases/p5-Class-DBI/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases/p5-Class-DBI') diff --git a/databases/p5-Class-DBI/Makefile b/databases/p5-Class-DBI/Makefile index a06d30c5c322..c453d0c1b8f8 100644 --- a/databases/p5-Class-DBI/Makefile +++ b/databases/p5-Class-DBI/Makefile @@ -19,7 +19,6 @@ COMMENT= Simple Database Abstraction BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ ${SITE_PERL}/Ima/DBI.pm:${PORTSDIR}/databases/p5-Ima-DBI \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/UNIVERSAL/moniker.pm:${PORTSDIR}/devel/p5-UNIVERSAL-moniker \ ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ @@ -37,8 +36,11 @@ post-configure: .include +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .if ${PERL_LEVEL} < 500600 EXTRA_PATCHES= ${PATCHDIR}/5.005-lib::Class::DBI.pm ${PATCHDIR}/5.005-Makefile.PL .endif +.endif .include -- cgit v1.2.3