Date: Thu, 30 Apr 2015 23:15:09 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385074 - head/www/nginx-devel Message-ID: <201504302315.t3UNF9Zo021651@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Thu Apr 30 23:15:09 2015 New Revision: 385074 URL: https://svnweb.freebsd.org/changeset/ports/385074 Log: Fix typo. Reported by: pluknet Modified: head/www/nginx-devel/Makefile Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Thu Apr 30 22:56:07 2015 (r385073) +++ head/www/nginx-devel/Makefile Thu Apr 30 23:15:09 2015 (r385074) @@ -727,7 +727,7 @@ CONFIGURE_ARGS+=--with-http_spdy_module .if ${PORT_OPTIONS:MSTREAM} CONFIGURE_ARGS+=--with-stream -.if ${PORT_OPTIONS:MSTREAM} +.if ${PORT_OPTIONS:MSTREAM_SSL} NGINX_OPENSSL= yes USE_HTTP_SSL= yes CONFIGURE_ARGS+=--with-stream_ssl_module
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504302315.t3UNF9Zo021651>