Ticket #13843: Portfile.diff
File Portfile.diff, 1.3 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 4 4 5 5 name boost 6 6 version 1.35.0 7 revision 27 revision 3 8 8 categories devel 9 9 maintainers sanchom@gmail.com 10 10 description Collection of portable C++ source libraries … … 22 22 patch-boost-serialization-utility.hpp 23 23 24 24 depends_build bin:bjam:boost-jam 25 depends_lib port:zlib port:bzip2 26 27 build.env BZIP2_INCLUDE=${prefix}/include BZIP2_LIBPATH=${prefix}/lib \ 28 ZLIB_INCLUDE=${prefix}/include ZLIB_LIBPATH=${prefix}/lib 29 destroot.env ${build.env} 25 30 26 31 platform darwin 9 { 27 32 depends_build-append port:gmake … … 103 108 depends_lib-append lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}] 104 109 105 110 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} 107 112 } 108 113 109 114 variant python25 conflicts python24 { … … 111 116 depends_lib-append lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}] 112 117 113 118 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} 115 120 } 116 121 117 122 variant icu {