1
0
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:
Alejandro Pulver 2006-12-31 17:57:26 +00:00
parent 51cf1357b2
commit dee70df832
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181168

View File

@ -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
#