aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-12 05:37:10 +0800
committermat <mat@FreeBSD.org>2014-01-12 05:37:10 +0800
commit5e6c4d3da63bc058bde5940a7df8d1ae96d01a2c (patch)
treefb7ae2ae6c5a072f38d3f860a0bdc3cd13a2ad53 /Mk
parent73e220e6a457f0ebcc0d973f078216bb4db7fe63 (diff)
downloadfreebsd-ports-gnome-5e6c4d3da63bc058bde5940a7df8d1ae96d01a2c.tar.gz
freebsd-ports-gnome-5e6c4d3da63bc058bde5940a7df8d1ae96d01a2c.tar.zst
freebsd-ports-gnome-5e6c4d3da63bc058bde5940a7df8d1ae96d01a2c.zip
Bump perl version here too.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/perl5.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index 7c5740987d33..f0858427fbf9 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -54,7 +54,7 @@ PERL_VERSION= 5.14.4
.elif ${PERL5_DEFAULT} == 5.16
PERL_VERSION= 5.16.3
.elif ${PERL5_DEFAULT} == 5.18
-PERL_VERSION= 5.18.1
+PERL_VERSION= 5.18.2
.else
IGNORE= Invalid perl5 version ${PERL5_DEFAULT}
.endif