Ticket #12110: Portfile_corrected.diff

File Portfile_corrected.diff, 465 bytes (added by mdickens@…, 17 years ago)

Corrected Portfile

  • Portfile

    old new  
    7171
    7272configure.args          --without-libraries=python --without-icu
    7373
     74post-destroot {
     75        set incdirver [join [lrange [split ${version} {.}] 0 1] {_}]
     76        system "ln -fs boost-${incdirver}/boost ${destroot}${prefix}/include/boost"
     77}
     78
    7479variant python {
    7580        set pyversion           2.4
    7681        depends_lib             lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}]