mirror of https://git.FreeBSD.org/ports.git
Mk/bsd.default-versions.mk: Update lazarus default version to 3.8.0
This commit is contained in:
parent
170f772cb9
commit
18c2b06f88
|
@ -75,11 +75,11 @@ GUILE_DEFAULT?= 2.2
|
|||
IMAGEMAGICK_DEFAULT?= 7
|
||||
# Possible values: 8, 11, 17, 18, 19, 20, 21, 22 23
|
||||
JAVA_DEFAULT?= 8
|
||||
# Possible values: 3.4.0, 3.99
|
||||
# Possible values: 3.8.0, 3.99
|
||||
. if (defined(WANT_LAZARUS_DEVEL) && !empty(WANT_LAZARUS_DEVEL)) || ${ARCH:Maarch64}
|
||||
LAZARUS_DEFAULT?= 4.99
|
||||
. else
|
||||
LAZARUS_DEFAULT?= 3.6.0
|
||||
LAZARUS_DEFAULT?= 3.8.0
|
||||
. endif
|
||||
# Possible values: rust, legacy
|
||||
. if empty(ARCH:Naarch64:Namd64:Narmv7:Ni386:Npowerpc64:Npowerpc64le:Npowerpc:Nriscv64)
|
||||
|
|
Loading…
Reference in New Issue