Ticket #29438: Portfile-nginx.diff

File Portfile-nginx.diff, 463 bytes (added by rene@…, 13 years ago)
  • Portfile

    old new  
    120120    configure.args-append   --with-http_stub_status_module
    121121}
    122122
     123variant ipv6 description {Add support for ipv6} {
     124    configure.args-append   --with-ipv6
     125}
     126
    123127# This variant has been labelled "perl5" so as to allow users to easily stick
    124128# with perl 5.x once perl 6.x is released; a "perl6" variant will also be added
    125129# at that time.