Ticket #10990: Portfile.patch
File Portfile.patch, 473 bytes (added by mas@…, 18 years ago) |
---|
-
Portfile
old new 19 19 20 20 depends_lib port:openssl port:zlib port:bzip2 port:expat 21 21 22 variant col256 { 23 post-extract { 24 reinplace "s|CONFIG_256_COLORS=no|CONFIG_256_COLORS=yes|" ${worksrcpath}/features.conf 25 } 26 } 27 22 28 configure.args --mandir=${prefix}/share/man \ 23 29 --disable-nls \ 24 30 --without-guile --without-lua --without-gnutls \