New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82099


Ignore:
Timestamp:
08/08/11 00:36:17 (4 years ago)
Author:
raimue@…
Message:

gnome/seahorse:
Disable libnotify on Lion, #30283

File:
1 edited

Legend:

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

    r77689 r82099  
    4949} 
    5050 
     51# libnotify cannot be installed on Mac OS X 10.7 Lion, #30283 
     52platform darwin 11 { 
     53    depends_lib-delete      port:libnotify 
     54    configure.args-append   --disable-libnotify 
     55} 
     56 
    5157livecheck.type  regex 
    5258livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ 
Note: See TracChangeset for help on using the changeset viewer.