diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-15 02:05:33 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-15 02:05:33 +0800 |
commit | 9c3bc059651d3703ed26d2baaca62eae6a7c4a1b (patch) | |
tree | 618800af352d3cd2790df617829331d6dc867f32 /math/wxMaxima | |
parent | fe0181e92897d3d3f21c8f1bae1b04c11279f6d5 (diff) | |
download | freebsd-ports-gnome-9c3bc059651d3703ed26d2baaca62eae6a7c4a1b.tar.gz freebsd-ports-gnome-9c3bc059651d3703ed26d2baaca62eae6a7c4a1b.tar.zst freebsd-ports-gnome-9c3bc059651d3703ed26d2baaca62eae6a7c4a1b.zip |
- Use WANT_UNICODE instead of WX_UNICODE since it can be compiled without the
Unicode version of WxWidgets.
PR: ports/105493
Submitted by: alepulver
Approved by: Nicola Vitale <nivit@email.it> (maintainer)
Diffstat (limited to 'math/wxMaxima')
-rw-r--r-- | math/wxMaxima/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile index 2df87f59f2b9..81676c9874f3 100644 --- a/math/wxMaxima/Makefile +++ b/math/wxMaxima/Makefile @@ -18,10 +18,10 @@ RUN_DEPENDS= maxima:${PORTSDIR}/math/maxima USE_GETTEXT= yes USE_GNOME= libxml2 -USE_WX= 2.6 +USE_WX= 2.6 WX_COMPS= wx WX_CONF_ARGS= absolute -WX_UNICODE= yes +WANT_UNICODE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix= |