diff options
author | tobez <tobez@FreeBSD.org> | 2005-06-24 17:18:54 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-06-24 17:18:54 +0800 |
commit | 35ab8f53a4bb459dae23108f652d31d5b91688e3 (patch) | |
tree | 534d142d44e973cf8a48e109fa13dd69fbda51f1 | |
parent | 04e059ddcc1c9ecf2ca753d0e21bf033ed92a5ea (diff) | |
download | freebsd-ports-gnome-35ab8f53a4bb459dae23108f652d31d5b91688e3.tar.gz freebsd-ports-gnome-35ab8f53a4bb459dae23108f652d31d5b91688e3.tar.zst freebsd-ports-gnome-35ab8f53a4bb459dae23108f652d31d5b91688e3.zip |
Update bsd.port.mk's notion of the current perl version.
Approved by: portmgr (krion)
-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 |