diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-02-17 11:29:36 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-02-17 11:29:36 +0000 |
commit | f40891a54997aab68d53a7c3069f85b970de82f6 (patch) | |
tree | 239cb3f4220880ef642c7baba2a11abd5c7d622c /math/py-matplotlib/Makefile | |
parent | Upgrade to 2.1.5. (diff) |
- Update to 1.0.1
PR: ports/153758
Submitted by: wenheping@gmail.com (myself)
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=269275
Diffstat (limited to 'math/py-matplotlib/Makefile')
-rw-r--r-- | math/py-matplotlib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index f3141eb80a83..22943be2e8d4 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -7,12 +7,10 @@ # PORTNAME= matplotlib -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= math python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.0/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-1.0.0 MAINTAINER= mainland@apeiron.net COMMENT= A plotting library uses a syntax familiar to matlab users @@ -27,7 +25,6 @@ RUN_DEPENDS= ${PYNUMPY} USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes CFLAGS+= -I${LOCALBASE}/include -WRKSRC= ${WRKDIR}/${PORTNAME}-1.0.0/ OPTIONS= GTKBACKEND "GTK backend support" ON \ GTKAGGBACKEND "GTKAgg backend support" ON \ |