diff options
| author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-13 16:49:00 +0000 |
|---|---|---|
| committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-13 16:49:00 +0000 |
| commit | 5848a9fb38dd86ad8cbf868e56dce87724138f0f (patch) | |
| tree | 8b52cf6410c5964fb0b0197af4163c60cc389c80 /math/py-matplotlib/Makefile | |
| parent | graphics/pfstools: some fixes (diff) | |
math/py-matplotlib: update to 1.5.0
Release notes:
http://matplotlib.org/users/whats_new.html#new-in-matplotlib-1-5
This port still can't be built with python 3.x here.
PR: 205538
Submitted by: yuri@rawbw.com
Approved by: mainland@apeiron.net (maintainer)
Notes
Notes:
svn path=/head/; revision=408809
Diffstat (limited to 'math/py-matplotlib/Makefile')
| -rw-r--r-- | math/py-matplotlib/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 888e839d3ae9..19ae4af00541 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= matplotlib -PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= math python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,14 +14,19 @@ LICENSE= PSFL BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ - libpng.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libtcl86.so:${PORTSDIR}/lang/tcl86 RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}cycler>0:${PORTSDIR}/devel/py-cycler \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing + ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing \ + ${PYTHON_PKGNAMEPREFIX}tornado>0:${PORTSDIR}/www/py-tornado -USES= pkgconfig python shebangfix uniquefiles:dirs +USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils +USE_GNOME= cairo gdkpixbuf2 CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= EXAMPLES GTKBACKEND GTKAGGBACKEND QT4AGGBACKEND \ |
