aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.wx.mk
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-12-31 17:57:26 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-12-31 17:57:26 +0000
commitdee70df83215bb263b7855ad746818fd5e0bf983 (patch)
tree9dc4c360f880c43065a84ced21f1489c36926a22 /Mk/bsd.wx.mk
parent51cf1357b22b25be1ee6adc4cd7ffd168b9d665b (diff)
downloadports-dee70df83215bb263b7855ad746818fd5e0bf983.tar.gz
ports-dee70df83215bb263b7855ad746818fd5e0bf983.zip
- Fix autodetection.
Reported by: pav
Notes
Notes: svn path=/head/; revision=181168
Diffstat (limited to 'Mk/bsd.wx.mk')
-rw-r--r--Mk/bsd.wx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.wx.mk b/Mk/bsd.wx.mk
index 35d9e2904038..619d32dfddba 100644
--- a/Mk/bsd.wx.mk
+++ b/Mk/bsd.wx.mk
@@ -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
#