New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81767


Ignore:
Timestamp:
08/04/11 12:09:06 (4 years ago)
Author:
cal@…
Message:

GitX: allow disabling Finder integration, closes #25994

Location:
trunk/dports/devel/GitX
Files:
2 added
1 edited

Legend:

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

    r81766 r81767  
    2929xcode.configuration Release 
    3030 
     31patchfiles disable-finder-integration.patch 
     32 
     33variant finder_integration description {Enable finder integration, opening .git folders with GitX} { 
     34    patchfiles-delete disable-finder-integration.patch 
     35} 
     36 
     37default_variants +finder_integration 
     38 
    3139pre-fetch { 
    3240    if {${os.major} < 9} { 
Note: See TracChangeset for help on using the changeset viewer.