Changeset 99187


Ignore:
Timestamp:
Oct 29, 2012, 6:25:59 AM (12 years ago)
Author:
ryandesign@…
Message:

root: adjust whitespace (#36777)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/root/Portfile

    r99137 r99187  
    5151pre-configure {
    5252    configure.args-append \
    53           --with-cc=${configure.cc} \
    54           --with-cxx=${configure.cxx} \
    55           --with-ld=${configure.cxx}
     53        --with-cc=${configure.cc} \
     54        --with-cxx=${configure.cxx} \
     55        --with-ld=${configure.cxx}
    5656    if { [string match "*clang*" ${configure.compiler}] } {
    5757        configure.args-append --with-clang
     
    6262    # the build type (32 or 64 bit) -must- be for first argument
    6363    if {${build_arch} == "i386" || ${build_arch} == "ppc"} {
    64        configure.pre_args macosx --prefix=${prefix}
     64        configure.pre_args macosx --prefix=${prefix}
    6565    } else {
    66        configure.pre_args macosx64 --prefix=${prefix}
     66        configure.pre_args macosx64 --prefix=${prefix}
    6767    }
    6868}
     
    114114                    --enable-fink
    115115
    116 universal_variant no
    117 
    118 default_variants  +ssl +xml +gsl +minuit2 +tmva +roofit +graphviz +opengl +soversion
     116universal_variant   no
     117
     118default_variants    +ssl +xml +gsl +minuit2 +tmva +roofit +graphviz +opengl +soversion
    119119
    120120variant soversion description {Build with soversion support} {
     
    384384
    385385variant clang31 conflicts gcc45 gcc46 gcc47 gcc48 description {Compile using MacPorts clang 3.1} {
    386      configure.compiler      macports-clang-3.1
    387      depends_lib-append      port:clang-3.1
    388      configure.args-append   --with-llvm-config="${prefix}/bin/llvm-config-mp-3.1"
     386    configure.compiler      macports-clang-3.1
     387    depends_lib-append      port:clang-3.1
     388    configure.args-append   --with-llvm-config="${prefix}/bin/llvm-config-mp-3.1"
    389389}
    390390
Note: See TracChangeset for help on using the changeset viewer.