. Simplify (and fix) WX support by using WX_CONF_ARGS. The prior version

was broken due to use of WXCONFIG (should have been WX_CONFIG)

Pointed out by:	bf <bf2006a@yahoo.com>
This commit is contained in:
Greg Lewis 2007-04-16 18:17:59 +00:00
parent d531f2e706
commit f179f5e625
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190138

View file

@ -70,8 +70,7 @@ CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
CONFIGURE_ARGS+= --disable-wxwidgets
.else
USE_WX= 2.4+
WX_COMPS= wx
CONFIGURE_ARGS+= --with-wx-config=${WXCONFIG}
WX_CONF_ARGS= absolute
.endif
post-patch: