Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2015 18:45:06 +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: r396850 - head/databases/spatialite_gui
Message-ID:  <201509131845.t8DIj67D008900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Sep 13 18:45:05 2015
New Revision: 396850
URL: https://svnweb.freebsd.org/changeset/ports/396850

Log:
  Enforce unicode version of wxGTK

Modified:
  head/databases/spatialite_gui/Makefile

Modified: head/databases/spatialite_gui/Makefile
==============================================================================
--- head/databases/spatialite_gui/Makefile	Sun Sep 13 18:42:44 2015	(r396849)
+++ head/databases/spatialite_gui/Makefile	Sun Sep 13 18:45:05 2015	(r396850)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libgaiagraphics.so:${PORTSD
 		libspatialite.so:${PORTSDIR}/databases/spatialite
 
 USE_WX=		2.8
-WANT_UNICODE=	yes
+WX_UNICODE=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	libxml2
 USES=		gmake pkgconfig iconv



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