diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-14 02:42:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-14 02:42:44 +0800 |
commit | 91516026f059756026321e71e9b4624e37821801 (patch) | |
tree | e51964c3efec5aaf0ebc48e0abdcfbfed684bc63 /comms | |
parent | f0a50ce83e6c074e13827e179a28615cb3db415f (diff) | |
download | freebsd-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/Makefile | 2 |
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> |