aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.perl.mk
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-03-26 04:25:51 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-03-26 04:25:51 +0800
commit96e025c6e3bd907e63502e84c55d1e2f161880b1 (patch)
tree045853f16983aec1fd2ced4578f68aadf074aa4c /Mk/bsd.perl.mk
parentd2ba51401fbe8d11d42a370db2155489c1d22753 (diff)
downloadfreebsd-ports-gnome-96e025c6e3bd907e63502e84c55d1e2f161880b1.tar.gz
freebsd-ports-gnome-96e025c6e3bd907e63502e84c55d1e2f161880b1.tar.zst
freebsd-ports-gnome-96e025c6e3bd907e63502e84c55d1e2f161880b1.zip
- s/usbale/usable/ fixing comment only
Submitted by: ogeni@ Hat: perl@
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.