Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2015 18:42:45 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396849 - head/comms/congruity
Message-ID:  <201509131842.t8DIgj8R008686@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Sep 13 18:42:44 2015
New Revision: 396849
URL: https://svnweb.freebsd.org/changeset/ports/396849

Log:
  Enforce unicode version of wx (which was already the default but not enforced)

Modified:
  head/comms/congruity/Makefile

Modified: head/comms/congruity/Makefile
==============================================================================
--- head/comms/congruity/Makefile	Sun Sep 13 18:36:07 2015	(r396848)
+++ head/comms/congruity/Makefile	Sun Sep 13 18:42:44 2015	(r396849)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libc
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509131842.t8DIgj8R008686>