aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.wx.mk
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-01-04 21:02:26 +0800
committeralepulver <alepulver@FreeBSD.org>2007-01-04 21:02:26 +0800
commitce03e15743748ec2c885095efec1d0d90fc4d90e (patch)
tree3336b94261eb5ceae95ba0bb530b10d6306936cc /Mk/bsd.wx.mk
parentf2909e1e3c47e215824c6d39693fbce2f5ffa1bc (diff)
downloadfreebsd-ports-gnome-ce03e15743748ec2c885095efec1d0d90fc4d90e.tar.gz
freebsd-ports-gnome-ce03e15743748ec2c885095efec1d0d90fc4d90e.tar.zst
freebsd-ports-gnome-ce03e15743748ec2c885095efec1d0d90fc4d90e.zip
- Fix WANT_WX (broken since autodetection commit).
Reported by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'Mk/bsd.wx.mk')
-rw-r--r--Mk/bsd.wx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.wx.mk b/Mk/bsd.wx.mk
index cf223c61a57a..ceb3c10e95dc 100644
--- a/Mk/bsd.wx.mk
+++ b/Mk/bsd.wx.mk
@@ -261,6 +261,7 @@ _WX_PYSUFX= -ansi
# Fill _HAVE_WX with the installed components.
+. undef _HAVE_WX
. for __WANT_WX in ${_WANT_WX}
# Check if _WANT_WX contains more than one word.
. if defined(_HAVE_WX)