Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2015 18:36:08 +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: r396848 - head/databases/grass
Message-ID:  <201509131836.t8DIa8sA004727@repo.freebsd.org>

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

Log:
  Switch to use unicode version of wx

Modified:
  head/databases/grass/Makefile

Modified: head/databases/grass/Makefile
==============================================================================
--- head/databases/grass/Makefile	Sun Sep 13 18:16:36 2015	(r396847)
+++ head/databases/grass/Makefile	Sun Sep 13 18:36:07 2015	(r396848)
@@ -3,6 +3,7 @@
 
 PORTNAME=	grass
 PORTVERSION=	6.4.5
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://grass.osgeo.org/%SUBDIR%/ \
@@ -43,6 +44,7 @@ USE_XORG=	sm ice x11 xext xi xmu xt
 USE_GL=		glu
 USE_GNOME=	cairo
 USE_WX=		2.8
+WX_UNICODE=	yes
 WX_COMPS=	wx:build python:run
 USE_GCC=	yes
 GNU_CONFIGURE=	yes



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