Ticket #13843: Portfile.diff

File Portfile.diff, 1.3 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    44
    55name                    boost
    66version                 1.35.0
    7 revision                2
     7revision                3
    88categories              devel
    99maintainers             sanchom@gmail.com
    1010description             Collection of portable C++ source libraries
     
    2222                        patch-boost-serialization-utility.hpp
    2323
    2424depends_build           bin:bjam:boost-jam
     25depends_lib             port:zlib port:bzip2
     26
     27build.env               BZIP2_INCLUDE=${prefix}/include BZIP2_LIBPATH=${prefix}/lib \
     28                        ZLIB_INCLUDE=${prefix}/include ZLIB_LIBPATH=${prefix}/lib
     29destroot.env            ${build.env}
    2530
    2631platform darwin 9 {
    2732        depends_build-append    port:gmake
     
    103108        depends_lib-append      lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}]
    104109
    105110        configure.args-delete   --without-libraries=python
    106         configure.args-append   --with-python=python${pyversion}
     111        configure.args-append   --with-python=${prefix}/bin/python${pyversion} --with-python-root=${prefix}
    107112}
    108113
    109114variant python25 conflicts python24 {
     
    111116        depends_lib-append      lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}]
    112117
    113118        configure.args-delete   --without-libraries=python
    114         configure.args-append   --with-python=python${pyversion}
     119        configure.args-append   --with-python=${prefix}/bin/python${pyversion} --with-python-root=${prefix}
    115120}
    116121
    117122variant icu {