From 965bb4f692e4677633d6373689d5f6a116f44365 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Fri, 11 Jan 2013 20:05:48 +0000 Subject: 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@) --- math/py-matplotlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/py-matplotlib') 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 -- cgit v1.2.3