From 91516026f059756026321e71e9b4624e37821801 Mon Sep 17 00:00:00 2001
From: bapt <bapt@FreeBSD.org>
Date: Sun, 13 Sep 2015 18:42:44 +0000
Subject: Enforce unicode version of wx (which was already the default but not
 enforced)

---
 comms/congruity/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'comms')

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>
-- 
cgit