Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 11:20:14 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348937 - head/math/py-matplotlib
Message-ID:  <201403241120.s2OBKEq9046176@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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