diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2008-11-29 19:06:55 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2008-11-29 19:06:55 +0000 |
commit | f616d389ecafba6ae40fd2c6baf044e03782d71b (patch) | |
tree | 270bf85286527e70c778d435f067ca55218329c8 /Mk/bsd.perl.mk | |
parent | eefda272ac5f335e051cf66902bffdd1f0012b86 (diff) | |
download | ports-f616d389ecafba6ae40fd2c6baf044e03782d71b.tar.gz ports-f616d389ecafba6ae40fd2c6baf044e03782d71b.zip |
Notes
Diffstat (limited to 'Mk/bsd.perl.mk')
-rw-r--r-- | Mk/bsd.perl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk index 35c4659b9209..df348c5b35c3 100644 --- a/Mk/bsd.perl.mk +++ b/Mk/bsd.perl.mk @@ -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_PERL - 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) |