Index: bsd.perl.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.perl.mk,v retrieving revision 1.7 diff -u -u -r1.7 bsd.perl.mk --- bsd.perl.mk 29 Sep 2007 03:46:06 -0000 1.7 +++ bsd.perl.mk 22 May 2008 21:49:22 -0000 @@ -73,7 +73,7 @@ # port. The version requirement can be specified # here, as well. # -# WANT_PERL5 - Set this is your port conditionally depends on Perl. +# WANT_PERL5 - Set this if your port conditionally depends on Perl. # This MUST appear before the inclusion of bsd.port.pre.mk. .if !defined(_POSTMKINCLUDED) && !defined(Perl_Pre_Include) @@ -185,7 +185,7 @@ .endif # defined(_PERL_REFACTORING_COMPLETE) .if !defined(PERL) || !defined(PERL5) || !defined(PERL_PORT) || !defined(SITE_PERL) -IGNORE= missing define for WANT_PERL, USE_PERL5, or similar before bsd.port.pre.mk inclusion +IGNORE= missing define for WANT_PERL5, USE_PERL5, or similar before bsd.port.pre.mk inclusion .endif .if defined(PERL_MODBUILD)