Ticket #10990: Portfile.patch

File Portfile.patch, 473 bytes (added by mas@…, 18 years ago)
  • Portfile

    old new  
    1919
    2020depends_lib      port:openssl port:zlib port:bzip2 port:expat
    2121
     22variant col256 {
     23        post-extract {
     24                reinplace "s|CONFIG_256_COLORS=no|CONFIG_256_COLORS=yes|" ${worksrcpath}/features.conf
     25        }
     26}
     27
    2228configure.args   --mandir=${prefix}/share/man \
    2329                 --disable-nls \
    2430                 --without-guile --without-lua --without-gnutls \