diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2005-02-03 07:07:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2005-02-03 07:07:51 +0000 |
commit | 85ce80ceb3c70950651673fbd9fb961057c6e7ca (patch) | |
tree | 58d59e1f73e35250c56fa6c29284fd6f2f22298f /math/py-matplotlib/Makefile | |
parent | f33f3528314cf39c79490bf4d9f036f908d54f10 (diff) |
Notes
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 |