mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Fix on < 10
This commit is contained in:
parent
0c38c9fae2
commit
be6d645e4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327631
@ -99,7 +99,8 @@ IGNORE= USES=${_TCLTK_PORT}: incorrect ${_TCLTK_PORT} version specified: ${_TCLT
|
||||
|
||||
.if defined(_TCLTK_MIN_VERSION)
|
||||
. for _v in ${_TCLTK_VALID_VERSIONS}
|
||||
. if ${_v} >= ${_TCLTK_MIN_VERSION} && exists(${LOCALBASE}/lib/lib${_TCLTK_PORT}${_v}.so)
|
||||
. if ${_TCLTK_MIN_VERSION} < ${_v} || !exists(${LOCALBASE}/lib/lib${_TCLTK_PORT}${_v}.so)
|
||||
. else
|
||||
_TCLTK_WANTED_VERSION= ${_v}
|
||||
. endif
|
||||
. endfor
|
||||
|
Loading…
Reference in New Issue
Block a user