aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-09-14 02:42:44 +0800
committerbapt <bapt@FreeBSD.org>2015-09-14 02:42:44 +0800
commit91516026f059756026321e71e9b4624e37821801 (patch)
treee51964c3efec5aaf0ebc48e0abdcfbfed684bc63 /comms
parentf0a50ce83e6c074e13827e179a28615cb3db415f (diff)
downloadfreebsd-ports-gnome-91516026f059756026321e71e9b4624e37821801.tar.gz
freebsd-ports-gnome-91516026f059756026321e71e9b4624e37821801.tar.zst
freebsd-ports-gnome-91516026f059756026321e71e9b4624e37821801.zip
Enforce unicode version of wx (which was already the default but not enforced)
Diffstat (limited to 'comms')
-rw-r--r--comms/congruity/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/congruity/Makefile b/comms/congruity/Makefile
index dafd4713f961..c11f07640e9f 100644
--- a/comms/congruity/Makefile
+++ b/comms/congruity/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libconcord>=0:${PORTSDIR}/comms/py-libconcor
MAKE_ARGS= MANDIR=${PREFIX}/man
USES= desktop-file-utils gmake tar:bzip2 python:2.7+
USE_WX= 2.8+
-WANT_UNICODE= yes
+WX_UNICODE= yes
WX_COMPS= python
.include <bsd.port.mk>