Ticket #47255: xz-Portfile.diff
File xz-Portfile.diff, 1.1 KB (added by RJVB (René Bertin), 10 years ago) |
---|
-
archivers/xz/Portfile
old new 26 26 checksums rmd160 d53db9cb078fa51ad2c1363141e464fd6bdfcfb9 \ 27 27 sha256 679148f497e0bff2c1adce42dee5a23f746e71321c33ebb0f641a302e30c2a80 28 28 29 depends_lib port:libiconv port:gettext30 31 29 configure.args --with-libiconv-prefix=${prefix} --with-libintl-prefix=${prefix} 32 30 33 31 # document that we always need legacy symlinks now that "lzmautils" refers here … … 36 34 # the internal "check.h" header conflicts with port check's <check.h> 37 35 configure.cppflags -I${worksrcpath}/src/liblzma/check -I${prefix}/include 38 36 37 configure.args-append --disable-nls 38 default_variants +nls 39 40 variant nls description {Build with Native Language Support} { 41 configure.args-delete --disable-nls 42 depends_lib port:libiconv port:gettext 43 } 44 39 45 livecheck.url ${homepage} 40 46 livecheck.regex xz-(\[0-9.a-z\]*)${extract.suffix} 41 47 livecheck.type regexm