New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79972


Ignore:
Timestamp:
06/30/11 19:19:11 (4 years ago)
Author:
ryandesign@…
Message:

gtk2: update messages to reflect variant changes in pango port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/gtk2/Portfile

    r79862 r79972  
    202202    pre-fetch { 
    203203        if {[file exists ${prefix}/lib/libpangox-1.0.dylib]} { 
    204             ui_error "Please uninstall or deactivate the pango port and reinstall it by running `port install pango +no_x11`." 
    205             error "pango must be installed with the no_x11 variant enabled." 
     204            ui_error "Please install pango without the x11 variant, by running 'port install pango -x11'." 
     205            error "pango must be installed with the x11 variant disabled" 
    206206        } 
    207207    } 
Note: See TracChangeset for help on using the changeset viewer.