diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2011-05-06 06:20:12 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2011-05-06 06:20:12 +0000 |
commit | 2879ba6109bcd310912668b8e3e76ea84dc42abd (patch) | |
tree | 396735222e2da6d2f9c1a0145f326d25fa830009 /Mk | |
parent | a8eec48cb519d73d75a85f00fff0987bcabe2511 (diff) | |
download | ports-2879ba6109bcd310912668b8e3e76ea84dc42abd.tar.gz ports-2879ba6109bcd310912668b8e3e76ea84dc42abd.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.perl.mk | 2 | ||||
-rw-r--r-- | Mk/bsd.port.mk | 2 |
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|} |