diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 23:20:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 23:20:54 +0800 |
commit | 531b8095ff1c928345c77b844780df2f2034c7e8 (patch) | |
tree | c9befd1cc98399d982690897afc9585cf1438b6a /comms | |
parent | b54a754d5bb441df98a311f3a1cc0f561529d5f6 (diff) | |
download | freebsd-ports-gnome-531b8095ff1c928345c77b844780df2f2034c7e8.tar.gz freebsd-ports-gnome-531b8095ff1c928345c77b844780df2f2034c7e8.tar.zst freebsd-ports-gnome-531b8095ff1c928345c77b844780df2f2034c7e8.zip |
Only compatible with wx 2.8
While here switch to the unicode version by default
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ebook2cwgui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/ebook2cwgui/Makefile b/comms/ebook2cwgui/Makefile index eb722a1971dc..5c8f94ac9d4a 100644 --- a/comms/ebook2cwgui/Makefile +++ b/comms/ebook2cwgui/Makefile @@ -13,7 +13,8 @@ COMMENT= gui front end for ebooks2cw RUN_DEPENDS= ebook2cw:${PORTSDIR}/comms/ebook2cw -USE_WX= yes +USE_WX= 2.8 +WX_UNICODE= yes PORTDOCS= * |