svn commit: r396849 - head/comms/congruity

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 13 18:42:45 UTC 2015


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>


More information about the svn-ports-all mailing list