Ticket #38964: Portfile.diff
File Portfile.diff, 479 bytes (added by darylounet@…, 12 years ago) |
---|
-
Portfile
old new variant ssl description {Add SSL (HTTPS) 157 157 depends_lib-append port:openssl 158 158 } 159 159 160 variant spdy requires ssl description {Add SPDY support to the server} { 161 configure.args-append --with-http_spdy_module 162 } 163 160 164 variant status description {Add /nginx_status support to the server} { 161 165 configure.args-append --with-http_stub_status_module 162 166 }