diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-06-21 16:40:47 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-06-21 16:40:47 +0000 |
commit | ec894695fa17e1f70354eef7bef73136be80efe6 (patch) | |
tree | 17f7fd5d7d54980959ae51e71b77619e8d706c0b /math/py-matplotlib/Makefile | |
parent | Convert to USES=autoreconf (diff) |
Update to 1.4.3.
PR: ports/200664
Submitted by: yuri (at) rawbw.com
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=390256
Diffstat (limited to 'math/py-matplotlib/Makefile')
-rw-r--r-- | math/py-matplotlib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 10b5ba5559a6..bdf1d6d4d229 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= matplotlib -PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTVERSION= 1.4.3 CATEGORIES= math python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +12,7 @@ COMMENT= Plotting library uses a syntax familiar to MATLAB users LICENSE= PSFL -BUILD_DEPENDS= ${PYNUMPY} +BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng.so:${PORTSDIR}/graphics/png RUN_DEPENDS= ${PYNUMPY} \ |