mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Fix autodetection.
Reported by: pav
This commit is contained in:
parent
51cf1357b2
commit
dee70df832
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181168
@ -307,7 +307,7 @@ HAVE_WX:= ${_HAVE_WX}
|
||||
# Used for autodetection of installed versions.
|
||||
|
||||
.if defined(_WX_Need_Version)
|
||||
_WX_VER_INSTALLED:= ${_HAVE_WX}
|
||||
_WX_VER_INSTALLED:= ${_HAVE_WX:Mwx-*:S/wx-//}
|
||||
.endif
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user