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

Dmitry Sivachenko demon at FreeBSD.org
Mon Mar 24 11:20:14 UTC 2014


Author: demon
Date: Mon Mar 24 11:20:13 2014
New Revision: 348937
URL: http://svnweb.freebsd.org/changeset/ports/348937
QAT: https://qat.redports.org/buildarchive/r348937/

Log:
  Generate correct plist with python3.

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Mon Mar 24 11:11:02 2014	(r348936)
+++ head/math/py-matplotlib/Makefile	Mon Mar 24 11:20:13 2014	(r348937)
@@ -23,6 +23,7 @@ SHEBANG_FILES=	examples/pylab_examples/u
 		examples/animation/old_animation/movie_demo.py
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
+PYTHON_PY3K_PLIST_HACK=yes
 CFLAGS+=	-I${LOCALBASE}/include
 
 OPTIONS_DEFINE=	GTKBACKEND GTKAGGBACKEND TKAGGBACKEND WXAGGBACKEND


More information about the svn-ports-head mailing list