aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-01-18 01:21:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-01-18 01:21:48 +0000
commit571f122214905cb6982247d33a43a48f6bcf6faf (patch)
tree1b4f6bfe3b6878506b8100fcf8726a0c996bbdf8 /ports-mgmt
parentba2c28e84132ad76fbb7cb748c10571c8f694517 (diff)
Catch up with master 1.608.
Notes
Notes: svn path=/head/; revision=226346
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmk/Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk
index 46a8215b25fc..0e38b58b94c4 100644
--- a/ports-mgmt/portmk/Mk/bsd.port.mk
+++ b/ports-mgmt/portmk/Mk/bsd.port.mk
@@ -1423,8 +1423,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|}