diff --git a/python/py25-matplotlib/Portfile b/python/py25-matplotlib/Portfile
index f54361d..89d580d 100644
a
|
b
|
PortGroup python25 1.0 |
6 | 6 | categories-append graphics math |
7 | 7 | name py25-matplotlib |
8 | 8 | version 0.98.5.2 |
9 | | revision 1 |
| 9 | revision 2 |
10 | 10 | maintainers ram openmaintainer |
11 | 11 | platforms darwin |
12 | 12 | |
… |
… |
depends_lib-append port:freetype \ |
32 | 32 | port:py25-tz \ |
33 | 33 | port:py25-numpy \ |
34 | 34 | port:py25-configobj \ |
35 | | port:py25-pyobjc2-cocoa |
| 35 | port:py25-pyobjc |
36 | 36 | |
37 | 37 | patchfiles patch-setupext.py.diff \ |
38 | 38 | patch-setup.cfg.diff \ |
… |
… |
More details, regarding backends, can be found in the matplotlib FAQ: |
64 | 64 | \nhttp://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend\n" |
65 | 65 | } |
66 | 66 | |
| 67 | platform darwin 9 { |
| 68 | depends_lib-delete port:py25-pyobjc |
| 69 | depends_lib-append port:py25-pyobjc2 port:py25-pyobjc2-cocoa |
| 70 | } |
| 71 | |
67 | 72 | variant cairo description "Enable Cairo backends" { |
68 | 73 | depends_lib-append port:py25-cairo |
69 | 74 | post-patch { |