Ticket #12110: Portfile.diff
File Portfile.diff, 464 bytes (added by sanchom (Sancho McCann), 17 years ago) |
---|
-
Portfile
old new 71 71 72 72 configure.args --without-libraries=python --without-icu 73 73 74 post-destroot { 75 set incdirver [join [lrange [split ${version} {.}] 0 1] {_}] 76 system "ln -fs boost-${incdirver}/boost ${destroot}{prefix}/include/boost" 77 } 78 74 79 variant python { 75 80 set pyversion 2.4 76 81 depends_lib lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}]