Ticket #12096: Portfile.2.diff
File Portfile.2.diff, 739 bytes (added by sanchom (Sancho McCann), 17 years ago) |
---|
-
(a) Portfile.orig vs. (b) /Users/sancho/Desktop/Portfile
a b 1 # $Id: Portfile 2 6030 2007-06-09 20:38:46Z ryandesign@macports.org$1 # $Id: Portfile 20404 2007-06-09 21:09:21Z sanchom@gmail.com $ 2 2 3 3 PortSystem 1.0 4 4 … … 69 69 LIBDIR=${destroot}${prefix}/lib INCLUDEDIR=${destroot}${prefix}/include \ 70 70 install 71 71 72 configure.args --without-libraries=python 72 configure.args --without-libraries=python --without-icu 73 73 74 74 variant python { 75 75 set pyversion 2.4 … … 78 78 configure.args-delete --without-libraries=python 79 79 } 80 80 81 variant icu { 82 depends_lib port:icu 83 84 configure.args-delete --without-icu 85 configure.args-append --with-icu 86 }