diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-12 17:20:45 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-12 17:20:45 +0000 |
commit | f3c616b5542b95a93a0c0c33ba17ad1016b65376 (patch) | |
tree | c616ad4a0391b54daf6ee510a20013e09f1ff300 | |
parent | 6b6fb8def8e3e63473b30e3e789abdbd4b3def8f (diff) | |
download | ports-f3c616b5542b95a93a0c0c33ba17ad1016b65376.tar.gz ports-f3c616b5542b95a93a0c0c33ba17ad1016b65376.zip |
Notes
-rw-r--r-- | www/p5-Apache-DB/Makefile | 9 |
1 files 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 <bsd.port.pre.mk> -.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 <bsd.port.post.mk> |