diff options
author | pav <pav@FreeBSD.org> | 2004-06-01 02:07:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-01 02:07:57 +0800 |
commit | 9f9e457690053bbda10887ff49a5cf70c71d1740 (patch) | |
tree | 8db8dd4abdfec962d1461b6351a77a6390b3b371 /Mk | |
parent | 3d7c36b3913ab82373cf528ef8d7b8aabc714f63 (diff) | |
download | freebsd-ports-gnome-9f9e457690053bbda10887ff49a5cf70c71d1740.tar.gz freebsd-ports-gnome-9f9e457690053bbda10887ff49a5cf70c71d1740.tar.zst freebsd-ports-gnome-9f9e457690053bbda10887ff49a5cf70c71d1740.zip |
- Update default perl version from 5.8.2 to 5.8.4
Forgotten by: tobez
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 306f08b63e9a..c34331bed764 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1061,8 +1061,8 @@ RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} .endif .if ${OSVERSION} >= 502100 -PERL_VERSION?= 5.8.2 -PERL_VER?= 5.8.2 +PERL_VERSION?= 5.8.4 +PERL_VER?= 5.8.4 .else .if ${OSVERSION} >= 500032 PERL_VERSION?= 5.6.1 |