svn commit: r396848 - head/databases/grass

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 13 18:36:08 UTC 2015


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


More information about the svn-ports-head mailing list