New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82333


Ignore:
Timestamp:
08/12/11 13:03:57 (4 years ago)
Author:
jmr@…
Message:

gramps: set configure.python correctly

File:
1 edited

Legend:

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

    r80080 r82333  
    3939configure.args                  --disable-mime-install 
    4040 
    41 configure.python                ${prefix}/bin/python2.6 
    42  
    4341depends_build                   port:pkgconfig \ 
    4442                                port:intltool \ 
     
    6058                              port:py25-enchant \ 
    6159                              port:py25-webkitgtk 
     60    configure.python          ${prefix}/bin/python2.5 
    6261} 
    6362 
     
    6665                              port:py26-enchant \ 
    6766                              port:py26-webkitgtk 
     67    configure.python          ${prefix}/bin/python2.6 
    6868} 
    6969 
     
    7272                              port:py27-enchant \ 
    7373                              port:py27-webkitgtk 
     74    configure.python          ${prefix}/bin/python2.7 
    7475} 
    7576 
Note: See TracChangeset for help on using the changeset viewer.