svn commit: r443133 - head/math/py-matplotlib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 11 01:56:58 UTC 2017


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


More information about the svn-ports-all mailing list