Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 01:56:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443133 - head/math/py-matplotlib
Message-ID:  <201706110156.v5B1uvAv096753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 11 01:56:56 2017
New Revision: 443133
URL: https://svnweb.freebsd.org/changeset/ports/443133

Log:
  Remove no-op WX_UNICODE
  
  Approved by:	portmgr (blanket)

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Sun Jun 11 01:53:49 2017	(r443132)
+++ head/math/py-matplotlib/Makefile	Sun Jun 11 01:56:56 2017	(r443133)
@@ -62,7 +62,7 @@ TKAGGBACKEND_VARS_OFF=	TKAGG_BACKEND=False
 WXAGGBACKEND_DESC=	WXAgg backend support
 WXAGGBACKEND_USE=	WX=2.8+
 WXAGGBACKEND_CONFIGURE_ENV=	WX_CONFIG="${WX_CONFIG}"
-WXAGGBACKEND_VARS=	WXAGG_BACKEND=True WX_COMPS=python:lib WX_UNICODE=yes
+WXAGGBACKEND_VARS=	WXAGG_BACKEND=True WX_COMPS=python:lib
 WXAGGBACKEND_VARS_OFF=	WXAGG_BACKEND=False
 
 PORTEXAMPLES=	*



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