Ticket #52029: wine-devel.diff
File wine-devel.diff, 1.2 KB (added by mf2k (Frank Schima), 8 years ago) |
---|
-
Portfile
old new 62 62 63 63 # Note: Most of the X11 libs are dlopen()'d 64 64 depends_lib port:expat \ 65 port:fontconfig \66 65 port:freetype \ 67 66 port:gstreamer1 \ 68 67 port:gstreamer1-gst-plugins-base \ … … 136 135 --with-coreaudio \ 137 136 --with-cups \ 138 137 --with-curses \ 139 --with -fontconfig \138 --without-fontconfig \ 140 139 --with-freetype \ 141 140 --without-gphoto \ 142 141 --with-glu \ … … 235 234 ${destroot}${docdir} 236 235 } 237 236 237 variant fontconfig description {Use Macports fontconfig} { 238 configure.args-replace --without-fontconfig --with-fontconfig 239 240 depends_lib-append port:fontconfig 241 } 242 243 default_variants +fontconfig 244 238 245 livecheck.type regex 239 246 livecheck.regex {"/announce/([0-9]+\.[0-9]*([13579]|[02468]-rc\d+)(\.[0-9]+)*)"}