diff options
author | rm <rm@FreeBSD.org> | 2013-01-12 04:05:48 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-01-12 04:05:48 +0800 |
commit | 4dc7875d870b50340806eda008e9000f4342ed10 (patch) | |
tree | fb860ae5f7ddbf8044316b61fe040f1548e65df3 /math/py-matplotlib | |
parent | 79c0e397c8ed2f10fe740b324aeb1e6fe46689f3 (diff) | |
download | freebsd-ports-gnome-4dc7875d870b50340806eda008e9000f4342ed10.tar.gz freebsd-ports-gnome-4dc7875d870b50340806eda008e9000f4342ed10.tar.zst freebsd-ports-gnome-4dc7875d870b50340806eda008e9000f4342ed10.zip |
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@)
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 2 |
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 |