aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-06-22 21:44:52 +0800
committermat <mat@FreeBSD.org>2015-06-22 21:44:52 +0800
commit570fde9f76988b2baa8c5d8d641f5ae75fdaf919 (patch)
tree0506d447253064c73be7358f3c8d7eb24b7b65c4 /Mk/Uses
parent0b562b8b882226414c57c04fa18d7771201a0921 (diff)
downloadfreebsd-ports-gnome-570fde9f76988b2baa8c5d8d641f5ae75fdaf919.tar.gz
freebsd-ports-gnome-570fde9f76988b2baa8c5d8d641f5ae75fdaf919.tar.zst
freebsd-ports-gnome-570fde9f76988b2baa8c5d8d641f5ae75fdaf919.zip
Forgotten bit from r390291.
Sponsored by: Absolight
Diffstat (limited to 'Mk/Uses')
-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 0f4bdda6a3a2..2f91edbd73ee 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -58,7 +58,7 @@ PERL_VERSION= 5.20.2
.elif ${PERL5_DEFAULT} == 5.22
PERL_VERSION= 5.22.0
.elif ${PERL5_DEFAULT} == devel
-PERL_VERSION= 5.23.0
+PERL_VERSION= 5.23.1
# Force PERL_PORT here in case two identical PERL_VERSION.
PERL_PORT?= perl5-devel
.else