diff options
author | ijliao <ijliao@FreeBSD.org> | 2005-02-03 15:07:51 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2005-02-03 15:07:51 +0800 |
commit | 44f9cc5178f3b19518dad084f223e7e90c445de2 (patch) | |
tree | efdf4e14f3934fdc0e52c8fe7c765756c79055e8 /math/py-matplotlib/Makefile | |
parent | cb24ddc7389cbfef96986eb192fb24d7fb1eb4b5 (diff) | |
download | freebsd-ports-gnome-44f9cc5178f3b19518dad084f223e7e90c445de2.tar.gz freebsd-ports-gnome-44f9cc5178f3b19518dad084f223e7e90c445de2.tar.zst freebsd-ports-gnome-44f9cc5178f3b19518dad084f223e7e90c445de2.zip |
upgrade to 0.71
Diffstat (limited to 'math/py-matplotlib/Makefile')
-rw-r--r-- | math/py-matplotlib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index c7fd3faf0893..a6268e83661c 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -7,8 +7,8 @@ # PORTNAME= matplotlib -PORTVERSION= 0.60.2 -PORTREVISION= 1 +PORTVERSION= 0.71 +PORTREVISION= 0 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,8 +27,6 @@ RUN_DEPENDS= ${PYNUMERIC} \ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} .endif -BROKEN= Missing dependency - USE_PYTHON= 2.2+ USE_PYDISTUTILS= yes USE_GNOME= gtk20 pygtk2 |