svn commit: r349011 - head/comms/ebook2cwgui

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 15:20:55 UTC 2014


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=	*
 


More information about the svn-ports-head mailing list