New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79668


Ignore:
Timestamp:
06/22/11 18:34:15 (4 years ago)
Author:
ryandesign@…
Message:

libnotify: return -code error instead of just error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/libnotify/Portfile

    r79664 r79668  
    3737        # For now, let's block this port on Lion while we investigate our options. 
    3838        ui_error "This port causes problems on Lion, so it will not be installed." 
    39         error "libnotify is not supported on Lion." 
     39        return -code error "libnotify is not supported on Lion." 
    4040    } 
    4141 
     
    4747        # For now, let's block this port on Lion while we investigate our options. 
    4848        ui_error "This port causes problems on Lion, so it will not be installed." 
    49         error "libnotify is not supported on Lion." 
     49        return -code error "libnotify is not supported on Lion." 
    5050    } 
    5151} 
Note: See TracChangeset for help on using the changeset viewer.