New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79685


Ignore:
Timestamp:
06/23/11 09:03:35 (4 years ago)
Author:
jmr@…
Message:

vte: fix dependencies and configure args when python variants are disabled

File:
1 edited

Legend:

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

    r77580 r79685  
    2727depends_build   port:intltool \ 
    2828                port:pkgconfig 
     29depends_lib     port:gtk2 
    2930 
    3031patchfiles      patch-configure.diff 
    3132 
    32 configure.args-append  --disable-introspection --disable-Bsymbolic 
     33configure.args  --disable-introspection --disable-Bsymbolic \ 
     34                --disable-python 
    3335 
    3436configure.cflags-append -fstrict-aliasing 
     
    4143variant python27 conflicts python26 \ 
    4244description {Build Bindings for Python 2.7} { 
     45    configure.args-delete --disable-python 
    4346    set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7 
    4447    depends_lib-append port:py27-gtk 
     
    5053variant python26 conflicts python27 \ 
    5154description {Build Bindings for Python 2.6} { 
     55    configure.args-delete --disable-python 
    5256    set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6 
    5357    depends_lib-append port:py26-gtk 
     
    5761} 
    5862 
    59 variant without_python description {Disable Python support} { 
    60     configure.args-append   --disable-python 
    61 } 
     63variant without_python description {Disable Python support} {} 
    6264 
    6365platform darwin 9 { 
Note: See TracChangeset for help on using the changeset viewer.