diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-17 14:55:34 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-17 14:55:34 +0000 |
| commit | 28a953b87e44e6eadb8c6ff69a4e10e94fad490a (patch) | |
| tree | 01d1a5456f347e05d320143dc4ff1c66f9b4a2c1 /www/nginx | |
| parent | Add USES=libtool. (diff) | |
OPTIONS_SINGLE must have one value selected at all time, let's guess that MP4
is optional and switch to OPTIONS_RADIO.
Sponsored by: Absolight
Diffstat (limited to 'www/nginx')
| -rw-r--r-- | www/nginx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 6960c7c14012..812291c4b206 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -108,8 +108,8 @@ OPTIONS_DEFINE= \ XSS \ VIDEO -OPTIONS_SINGLE= VIDEO -OPTIONS_SINGLE_VIDEO= HTTP_MP4 HTTP_MP4_H264 +OPTIONS_RADIO= VIDEO +OPTIONS_RADIO_VIDEO= HTTP_MP4 HTTP_MP4_H264 OPTIONS_DEFAULT= IPV6 HTTP HTTP_CACHE HTTP_REWRITE HTTP_SSL HTTP_STATUS WWW DEBUGLOG_DESC= Enable debug log (--with-debug) |
