diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-02-20 20:31:49 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-02-20 20:31:49 +0000 |
commit | 6f10f263a981423a8abc8664117380c630a74858 (patch) | |
tree | d6c5b1e8c218f35d20733e45c1f088d0e802aa3c /Mk | |
parent | 56ee09b1ed816db2c1459da36a19964c8987fe8b (diff) | |
download | ports-6f10f263a981423a8abc8664117380c630a74858.tar.gz ports-6f10f263a981423a8abc8664117380c630a74858.zip |
Perl 5.8.8 is the default now.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156524
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 4853b64e4df7..a86e156f1e2d 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1287,8 +1287,8 @@ LDCONFIG_PLIST_UNEXEC_CMD?= ${LDCONFIG} -R PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .if ${OSVERSION} >= 500036 -PERL_VERSION?= 5.8.7 -PERL_VER?= 5.8.7 +PERL_VERSION?= 5.8.8 +PERL_VER?= 5.8.8 .else .if ${OSVERSION} >= 500032 PERL_VERSION?= 5.6.1 |