Ticket #15111: patch_gtk2_no_x11.patch

File patch_gtk2_no_x11.patch, 503 bytes (added by maidaro@…, 16 years ago)

patch gtk2's portfile for no_x11

  • Portfile

    old new  
    116116    pre-fetch {
    117117        if {[file exists ${prefix}/lib/libpangox-1.0.dylib]} {
    118118            ui_error "Please uninstall or deactivate the pango port and reinstall it by running `port install pango +no_x11`."
    119             error "pango must be installed with the no_x11 variant enabled."
    120119        }
     120        error "pango must be installed with the no_x11 variant enabled."
    121121    }
    122122}
    123123