1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

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

This commit is contained in:
Baptiste Daroussin 2015-09-13 18:42:44 +00:00
parent 72483b23ef
commit 816d786ee7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396849

View File

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