New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82100


Ignore:
Timestamp:
08/08/11 01:02:46 (4 years ago)
Author:
raimue@…
Message:

gnome/epiphany:
Disable libnotify on Lion, #30283

Location:
trunk/dports/gnome/epiphany
Files:
2 added
1 edited

Legend:

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

    r78866 r82100  
    6363universal_variant no 
    6464 
     65# libnotify cannot be installed on Mac OS X 10.7 Lion, #30283 
     66platform darwin 11 { 
     67    depends_lib-delete  port:libnotify 
     68    patchfiles-append   patch-remove-libnotify.diff 
     69    use_autoreconf yes 
     70} 
     71 
    6572livecheck.type  regex 
    6673livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ 
Note: See TracChangeset for help on using the changeset viewer.