Ticket #31247: root-v5.30.01.2.diff

File root-v5.30.01.2.diff, 2.0 KB (added by cjones051073 (Chris Jones), 13 years ago)
  • science/root/Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 83995 2011-09-14 18:43:53Z ryandesign@macports.org $
     2# $Id: Portfile 82401 2011-08-13 03:37:54Z ryandesign@macports.org $
    33
    44PortSystem          1.0
    55
     
    149149variant python26 conflicts python27 description {Builds port with python 2.6 support} {
    150150    configure.args-delete   --disable-python
    151151    configure.args-append   --enable-python \
    152                             --with-python-incdir="${prefix}/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6" \
    153                             --with-python-libdir="${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config"
     152                            --with-python-incdir="${prefix}/Library/Frameworks/Python.framework/Versions/2.6/Headers" \
     153                            --with-python-libdir="${prefix}/Library/Frameworks/Python.framework/Versions/2.6"
    154154    depends_lib-append      port:python26
    155155   
    156156    post-destroot {
     
    167167variant python27 conflicts python26 description {Builds port with python 2.7 support} {
    168168    configure.args-delete   --disable-python
    169169    configure.args-append   --enable-python \
    170                             --with-python-incdir="${prefix}/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7" \
    171                             --with-python-libdir="${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config"
     170                            --with-python-incdir="${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Headers" \
     171                            --with-python-libdir="${prefix}/Library/Frameworks/Python.framework/Versions/2.7"
    172172    depends_lib-append      port:python27
    173173   
    174174    post-destroot {