Changeset 82740
- Timestamp:
- 08/19/11 12:21:42 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/python/py-matplotlib/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-matplotlib/Portfile
r82495 r82740 29 29 python.versions 24 25 26 27 30 30 31 depends_lib-append port:freetype \32 port:libpng33 34 31 if {${subport} == "py24-matplotlib"} { 35 32 depends_lib-append port:py-dateutil \ … … 46 43 port:py${python.version}-pyobjc-cocoa 47 44 } 45 46 if {$subport != name} { 47 48 depends_lib-append port:freetype \ 49 port:libpng 48 50 49 51 patchfiles patch-setupext.py.diff \ … … 154 156 } 155 157 158 } 159 156 160 livecheck.type regex 157 161 livecheck.url ${homepage}
Note: See TracChangeset
for help on using the changeset viewer.

