Ticket #52029: wine-devel.diff

File wine-devel.diff, 1.2 KB (added by mf2k (Frank Schima), 8 years ago)
  • Portfile

    old new  
    6262
    6363# Note: Most of the X11 libs are dlopen()'d
    6464depends_lib                 port:expat \
    65                             port:fontconfig \
    6665                            port:freetype \
    6766                            port:gstreamer1 \
    6867                            port:gstreamer1-gst-plugins-base \
     
    136135                            --with-coreaudio \
    137136                            --with-cups \
    138137                            --with-curses \
    139                             --with-fontconfig \
     138                            --without-fontconfig \
    140139                            --with-freetype \
    141140                            --without-gphoto \
    142141                            --with-glu \
     
    235234        ${destroot}${docdir}
    236235}
    237236
     237variant fontconfig description {Use Macports fontconfig} {
     238    configure.args-replace --without-fontconfig --with-fontconfig
     239   
     240    depends_lib-append port:fontconfig
     241}
     242
     243default_variants    +fontconfig
     244
    238245livecheck.type              regex
    239246livecheck.regex             {"/announce/([0-9]+\.[0-9]*([13579]|[02468]-rc\d+)(\.[0-9]+)*)"}