mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. 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:
parent
d531f2e706
commit
f179f5e625
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190138
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue