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 1 1 # -*- 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 8 3995 2011-09-14 18:43:53Z ryandesign@macports.org $2 # $Id: Portfile 82401 2011-08-13 03:37:54Z ryandesign@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 … … 149 149 variant python26 conflicts python27 description {Builds port with python 2.6 support} { 150 150 configure.args-delete --disable-python 151 151 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" 154 154 depends_lib-append port:python26 155 155 156 156 post-destroot { … … 167 167 variant python27 conflicts python26 description {Builds port with python 2.7 support} { 168 168 configure.args-delete --disable-python 169 169 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" 172 172 depends_lib-append port:python27 173 173 174 174 post-destroot {