diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-06-24 17:18:54 +0800 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-06-24 17:18:54 +0800 |
commit | 77fccdbd9d794cbfb8f28849408f84a5b20dd304 (patch) | |
tree | 2973b87f9d067405340bccac4c1b61292cbb72b5 /Mk | |
parent | 0a906037e4c0ef3da4724a82376f80700ec24043 (diff) | |
download | freebsd-ports-gnome-77fccdbd9d794cbfb8f28849408f84a5b20dd304.tar.gz freebsd-ports-gnome-77fccdbd9d794cbfb8f28849408f84a5b20dd304.tar.zst freebsd-ports-gnome-77fccdbd9d794cbfb8f28849408f84a5b20dd304.zip |
Update bsd.port.mk's notion of the current perl version.
Approved by: portmgr (krion)
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 420256e35bf2..fae43ade8f75 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1247,8 +1247,8 @@ RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} .endif .if ${OSVERSION} >= 500036 -PERL_VERSION?= 5.8.6 -PERL_VER?= 5.8.6 +PERL_VERSION?= 5.8.7 +PERL_VER?= 5.8.7 .else .if ${OSVERSION} >= 500032 PERL_VERSION?= 5.6.1 |