diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-03-24 11:20:13 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-03-24 11:20:13 +0000 |
commit | b38caed68451f6275bbec2ffab591dc840bc21b9 (patch) | |
tree | 02a93cf362ccb90297a8210ed4a02b583f9d09d5 /math/py-matplotlib | |
parent | 56d76fcecb08f3cfff4301f41fefa20af4de7740 (diff) | |
download | ports-b38caed68451f6275bbec2ffab591dc840bc21b9.tar.gz ports-b38caed68451f6275bbec2ffab591dc840bc21b9.zip |
Notes
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index b7bf70e94692..694874be863e 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -23,6 +23,7 @@ SHEBANG_FILES= examples/pylab_examples/unicode_demo.py \ 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 |