diff options
author | tobez <tobez@FreeBSD.org> | 2006-02-21 04:31:49 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-02-21 04:31:49 +0800 |
commit | 5043168b3b8a926550610d5250bd95743ede81e9 (patch) | |
tree | af1a2c6cf0ed650254f9996fc3c84224dd1bbe5a /Mk | |
parent | 3f65a8054183d2ccae9afc5ce46a07ce2fdf30d9 (diff) | |
download | freebsd-ports-gnome-5043168b3b8a926550610d5250bd95743ede81e9.tar.gz freebsd-ports-gnome-5043168b3b8a926550610d5250bd95743ede81e9.tar.zst freebsd-ports-gnome-5043168b3b8a926550610d5250bd95743ede81e9.zip |
Perl 5.8.8 is the default now.
Approved by: portmgr (kris)
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 |