diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-30 08:35:54 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-30 08:35:54 +0000 |
commit | 973f5e1c35ff9dece9b42227326bef27ec24be63 (patch) | |
tree | 07f21b9b990b975ac59d15ea92388e0b47ffb615 /Mk/bsd.port.mk | |
parent | b6b33242e7bcdb1465ab0997407a591498e395a8 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.port.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 5227d031bf85..ac136c17ea7b 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1063,8 +1063,8 @@ RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} .endif .if ${OSVERSION} >= 502100 -PERL_VERSION?= 5.8.4 -PERL_VER?= 5.8.4 +PERL_VERSION?= 5.8.5 +PERL_VER?= 5.8.5 .else .if ${OSVERSION} >= 500032 PERL_VERSION?= 5.6.1 |