aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2010-02-06 05:18:15 +0800
committerskv <skv@FreeBSD.org>2010-02-06 05:18:15 +0800
commita3cfe8c2a2a0d297fb8a071dac5e5b25d7fad959 (patch)
tree02545cdebc48fa005215a95efdb917a6809cc6eb /Mk
parentab64f234bf522e280b03e8fd52e8bc94c53b4d99 (diff)
downloadfreebsd-ports-gnome-a3cfe8c2a2a0d297fb8a071dac5e5b25d7fad959.tar.gz
freebsd-ports-gnome-a3cfe8c2a2a0d297fb8a071dac5e5b25d7fad959.tar.zst
freebsd-ports-gnome-a3cfe8c2a2a0d297fb8a071dac5e5b25d7fad959.zip
Change default Perl version to 5.10.
Approved by: portmgr (pav)
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.perl.mk2
-rw-r--r--Mk/bsd.port.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk
index d95689232c3e..ce8f14a8d702 100644
--- a/Mk/bsd.perl.mk
+++ b/Mk/bsd.perl.mk
@@ -84,7 +84,7 @@ PERL_Include_MAINTAINER= perl@FreeBSD.org
# to set one of the conditionals that force the inclusion of bsd.perl.mk
.if defined(_PERL_REFACTORING_COMPLETE)
-PERL_VERSION?= 5.8.9
+PERL_VERSION?= 5.10.1
.if !defined(PERL_LEVEL) && defined(PERL_VERSION)
perl_major= ${PERL_VERSION:C|\..*||}
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 4b0336defeae..9c4de5912865 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1452,7 +1452,7 @@ 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.9
+PERL_VERSION?= 5.10.1
.if !defined(PERL_LEVEL) && defined(PERL_VERSION)
perl_major= ${PERL_VERSION:C|^([1-9]+).*|\1|}