diff --git a/x11/wine-devel/Portfile b/x11/wine-devel/Portfile
index d99eaf8..8838083 100644
a
|
b
|
name wine-devel |
15 | 15 | conflicts wine wine-crossover |
16 | 16 | set my_name wine |
17 | 17 | version 1.9.7 |
| 18 | revision 1 |
18 | 19 | set branch [join [lrange [split ${version} .] 0 1] .] |
19 | 20 | license LGPL-2.1+ |
20 | 21 | categories x11 |
… |
… |
checksums ${wine_distfile} \ |
64 | 65 | depends_lib port:expat \ |
65 | 66 | port:fontconfig \ |
66 | 67 | port:freetype \ |
67 | | port:gstreamer010 \ |
68 | | port:gstreamer010-gst-plugins-base \ |
| 68 | port:gstreamer1 \ |
| 69 | port:gstreamer1-gst-plugins-base \ |
69 | 70 | port:jpeg \ |
70 | 71 | port:lcms2 \ |
71 | 72 | port:libiconv \ |