Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2013 20:05:48 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310246 - head/math/py-matplotlib
Message-ID:  <201301112005.r0BK5m9P043837@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Fri Jan 11 20:05:48 2013
New Revision: 310246
URL: http://svnweb.freebsd.org/changeset/ports/310246

Log:
  Change USE_PYTHON to yes. Since version 1.2.0 matplotlib adding python3 support.
  But please note that it still can't be built from ports with python3 without user
  intervention, because a) it depends on pygtk2 by default and b) we have no
  suitable py-dateutil version that works with python3.
  
  Requested by:	demon (at developers@)

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Fri Jan 11 19:52:03 2013	(r310245)
+++ head/math/py-matplotlib/Makefile	Fri Jan 11 20:05:48 2013	(r310246)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/
 		png15:${PORTSDIR}/graphics/png
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PYTHON=	-2.7
+USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 CFLAGS+=	-I${LOCALBASE}/include
 



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