aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.perl.mk
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-03-25 20:25:51 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-03-25 20:25:51 +0000
commit029d802146ae56489eba8daed195aa19e7a54b99 (patch)
treefc76535ed53aa5777445fedae1ea562fe5fdd03c /Mk/bsd.perl.mk
parent441756a8ebffb48dcd876297a529c639e47b91c8 (diff)
- s/usbale/usable/ fixing comment only
Submitted by: ogeni@ Hat: perl@
Notes
Notes: svn path=/head/; revision=251505
Diffstat (limited to 'Mk/bsd.perl.mk')
-rw-r--r--Mk/bsd.perl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk
index ce8f14a8d702..524700fd8509 100644
--- a/Mk/bsd.perl.mk
+++ b/Mk/bsd.perl.mk
@@ -49,7 +49,7 @@
# USE_PERL5= yes # port requires any version of Perl5 to build.
# USE_PERL5= 5.8.0+ # port requires at least Perl 5.8.0 to build.
# USE_PERL5= 5.8.2 # port is only usable with Perl 5.8.2.
-# USE_PERL5= 5.8.6- # port is only usbale with Perl 5.8.6 or prior.
+# USE_PERL5= 5.8.6- # port is only usable with Perl 5.8.6 or prior.
#
# This line along with a properly set USE_PERL5 will give the user a reason,
# why the specific ports cannot be installed into the given environment.