From f3c616b5542b95a93a0c0c33ba17ad1016b65376 Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Sun, 12 Dec 2004 17:20:45 +0000 Subject: Unbreak build on perl 5.00503 --- www/p5-Apache-DB/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/www/p5-Apache-DB/Makefile b/www/p5-Apache-DB/Makefile index a20878b65179..030211636385 100644 --- a/www/p5-Apache-DB/Makefile +++ b/www/p5-Apache-DB/Makefile @@ -17,17 +17,14 @@ COMMENT= Debugging and profiling tools for mod_perl PERL_CONFIGURE= yes -MAN3= Apache::DB.3 Apache::DProf.3 Apache::SmallProf.3 \ - Apache::perl5db.3 +MAN3= Apache::DB.3 Apache::DProf.3 Apache::SmallProf.3 .include -.if ${OSVERSION} < 500000 -BROKEN= "Broken pkg-plist on 4.x" -.endif - .if ${PERL_LEVEL} < 500600 RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Devel/DProf.pm:${PORTSDIR}/devel/p5-Devel-DProf +.else +MAN3+= Apache::perl5db.3 .endif .include -- cgit v1.2.3