summaryrefslogtreecommitdiff
path: root/math/py-matplotlib
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-01-11 20:05:48 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-01-11 20:05:48 +0000
commit965bb4f692e4677633d6373689d5f6a116f44365 (patch)
treefb860ae5f7ddbf8044316b61fe040f1548e65df3 /math/py-matplotlib
parent- pass maintainership up to new volunteer (diff)
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@)
Notes
Notes: svn path=/head/; revision=310246
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r--math/py-matplotlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 8373ad0fa184..f882e88cc3f6 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \
png15:${PORTSDIR}/graphics/png
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PYTHON= -2.7
+USE_PYTHON= yes
USE_PYDISTUTILS=yes
CFLAGS+= -I${LOCALBASE}/include