diff options
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} \ |