Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 27427

Show
Ignore:
Timestamp:
08/03/07 09:30:45 (16 months ago)
Author:
yves@…
Message:

Add a without_python variant

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/gimp2/Portfile

    r27319 r27427  
    6262    configure.env-delete    PYTHON=${prefix}/bin/python2.5 
    6363} 
     64 
     65variant without_python conflicts python24 { 
     66    depends_lib-delete      port:py25-gtk 
     67    configure.env-delete    PYTHON=${prefix}/bin/python2.5 
     68    configure.args-append   --disable-python 
     69} 
     70