diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-06 19:13:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-06 19:13:56 +0800 |
commit | a321cb1072fefbf4255ed509484b3440a485b45f (patch) | |
tree | 82700ff3b5792a50175bd063b3563c96a5e5d2c8 /textproc | |
parent | bbd2c029fb5c1fe2b7f67f511e187b1660c9e568 (diff) | |
download | freebsd-ports-gnome-a321cb1072fefbf4255ed509484b3440a485b45f.tar.gz freebsd-ports-gnome-a321cb1072fefbf4255ed509484b3440a485b45f.tar.zst freebsd-ports-gnome-a321cb1072fefbf4255ed509484b3440a485b45f.zip |
Convert to use wx 3.0
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gutenmark/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gutenmark/Makefile b/textproc/gutenmark/Makefile index 6bff34481758..61c0f0b5a390 100644 --- a/textproc/gutenmark/Makefile +++ b/textproc/gutenmark/Makefile @@ -14,7 +14,8 @@ COMMENT= Attractively formatting Project Gutenberg texts WRKSRC= ${WRKDIR}/GutenMark-source USES= gmake -USE_WX= 2.8 +USE_WX= 3.0 +WX_UNICODE= yes ALL_TARGET= default PLIST_FILES= bin/GutenMark bin/GutenSplit bin/GUItenMark \ |