Date: Tue, 1 Apr 2014 11:25:56 +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: r349837 - head/math/py-matplotlib Message-ID: <201404011125.s31BPuNv040395@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Tue Apr 1 11:25:56 2014 New Revision: 349837 URL: http://svnweb.freebsd.org/changeset/ports/349837 QAT: https://qat.redports.org/buildarchive/r349837/ Log: Better way to generate correct plist for both versions of python. Suggested by: koobs No objection from: maintainer Deleted: head/math/py-matplotlib/pkg-plist Modified: head/math/py-matplotlib/Makefile Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Tue Apr 1 11:14:12 2014 (r349836) +++ head/math/py-matplotlib/Makefile Tue Apr 1 11:25:56 2014 (r349837) @@ -23,7 +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 +PYDISTUTILS_AUTOPLIST=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?201404011125.s31BPuNv040395>