aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2009-01-17 18:44:15 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2009-01-17 18:44:15 +0000
commitb09ba05a10b28fed213e3a2c227441b609b0c8fe (patch)
treeca73f392072a5c1c2c54c73a501ea6d17553b155 /Mk
parent48c59c31721dc112c8efce88392863c42e213c0a (diff)
downloadports-b09ba05a10b28fed213e3a2c227441b609b0c8fe.tar.gz
ports-b09ba05a10b28fed213e3a2c227441b609b0c8fe.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index ea8560a85846..5fc6afc47783 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1407,8 +1407,8 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg
# to set one of the conditionals that force the inclusion of bsd.perl.mk
.if !defined(_PERL_REFACTORING_COMPLETE)
-PERL_VERSION?= 5.8.8
-PERL_VER?= 5.8.8
+PERL_VERSION?= 5.8.9
+PERL_VER?= 5.8.9
.if !defined(PERL_LEVEL) && defined(PERL_VERSION)
perl_major= ${PERL_VERSION:C|^([1-9]+).*|\1|}