diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-16 23:16:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-16 23:16:44 +0000 |
commit | c870fd501cae4ded05d6e551f2126593f33a5b19 (patch) | |
tree | ebdc3489a35b9eec86af828227e8f36e5f75fa04 /www | |
parent | fda2654f819cd3db3b2d441683d3c61311064d5f (diff) | |
download | ports-c870fd501cae4ded05d6e551f2126593f33a5b19.tar.gz ports-c870fd501cae4ded05d6e551f2126593f33a5b19.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache2-Scoreboard/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Apache2-Scoreboard/Makefile b/www/p5-Apache2-Scoreboard/Makefile index 04baf98931cc..aa09cfe69dc9 100644 --- a/www/p5-Apache2-Scoreboard/Makefile +++ b/www/p5-Apache2-Scoreboard/Makefile @@ -18,6 +18,8 @@ COMMENT= Perl interface to the Apache scoreboard structure BUILD_DEPENDS= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= does not compile + PERL_CONFIGURE= 5.8.0+ MAN3= Apache::Scoreboard.3 Apache::DummyScoreboard.3 |