svn commit: r401187 - head/math/gnuplot

Kurt Jaeger pi at FreeBSD.org
Tue Nov 10 07:11:24 UTC 2015


Author: pi
Date: Tue Nov 10 07:11:23 2015
New Revision: 401187
URL: https://svnweb.freebsd.org/changeset/ports/401187

Log:
  math/gnuplot: remove WX_UNICODE, is no-op
  
  PR:		204372
  Approved by:	glewis (maintainer)

Modified:
  head/math/gnuplot/Makefile

Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile	Tue Nov 10 06:28:30 2015	(r401186)
+++ head/math/gnuplot/Makefile	Tue Nov 10 07:11:23 2015	(r401187)
@@ -67,7 +67,6 @@ X11_USE=	XORG=x11
 # Version 3.x of WX currently cause gnuplot to crash.
 # Do not update without this without testing.
 USE_WX=			2.8
-WX_UNICODE=		yes
 WX_CONF_ARGS=		absolute
 .else
 CONFIGURE_ARGS+=	--disable-wxwidgets


More information about the svn-ports-all mailing list