diff options
Diffstat (limited to 'www/p5-Apache-DebugInfo/Makefile')
-rw-r--r-- | www/p5-Apache-DebugInfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-DebugInfo/Makefile b/www/p5-Apache-DebugInfo/Makefile index fbb38d6c3f2e..296163794497 100644 --- a/www/p5-Apache-DebugInfo/Makefile +++ b/www/p5-Apache-DebugInfo/Makefile @@ -16,7 +16,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Log various bits of per-request data .if defined(WITH_MODPERL2) -IGNORE= "This port does not support mod_perl2" +IGNORE= This port does not support mod_perl2 .else RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl BUILD_DEPENDS= ${RUN_DEPENDS} |