aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2011-05-06 14:20:12 +0800
committerskv <skv@FreeBSD.org>2011-05-06 14:20:12 +0800
commit85a3f1348d214ec44a5a5d7588b7843322b1c1ff (patch)
tree1cd0fe3462d56cbd50fb0627205bea3ee6670747 /Mk
parentd8ec66ffb11c0397809823911d3db2bb739b02cb (diff)
downloadfreebsd-ports-gnome-85a3f1348d214ec44a5a5d7588b7843322b1c1ff.tar.gz
freebsd-ports-gnome-85a3f1348d214ec44a5a5d7588b7843322b1c1ff.tar.zst
freebsd-ports-gnome-85a3f1348d214ec44a5a5d7588b7843322b1c1ff.zip
Change default Perl version to 5.12.
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 73560de8b9e2..78cee9519791 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.10.1
+PERL_VERSION?= 5.12.3
.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 2035935ec45b..797cc8c1772d 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1448,7 +1448,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.10.1
+PERL_VERSION?= 5.12.3
.if !defined(PERL_LEVEL) && defined(PERL_VERSION)
perl_major= ${PERL_VERSION:C|^([1-9]+).*|\1|}