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

Ruslan Mahmatkhanov rm at FreeBSD.org
Fri Jan 11 20:05:49 UTC 2013


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
 


More information about the svn-ports-head mailing list