Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 15:20:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349011 - head/comms/ebook2cwgui
Message-ID:  <201403241520.s2OFKtFb052046@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 24 15:20:54 2014
New Revision: 349011
URL: http://svnweb.freebsd.org/changeset/ports/349011
QAT: https://qat.redports.org/buildarchive/r349011/

Log:
  Only compatible with wx 2.8
  While here switch to the unicode version by default

Modified:
  head/comms/ebook2cwgui/Makefile

Modified: head/comms/ebook2cwgui/Makefile
==============================================================================
--- head/comms/ebook2cwgui/Makefile	Mon Mar 24 15:18:39 2014	(r349010)
+++ head/comms/ebook2cwgui/Makefile	Mon Mar 24 15:20:54 2014	(r349011)
@@ -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=	*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241520.s2OFKtFb052046>