diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2010-02-05 21:18:15 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2010-02-05 21:18:15 +0000 |
commit | d89922992218b159bd5184b2a5d6b91dec693aac (patch) | |
tree | 6cbb7f61d3aa33afb0baa3e8b09ca54eb7045980 /Mk | |
parent | 0c5216ba446a2dbdec5af8a3a8c96179c4819b19 (diff) |
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 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|} |