aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2015-05-01 07:15:09 +0800
committerosa <osa@FreeBSD.org>2015-05-01 07:15:09 +0800
commit0074b0936c866ed2efd2ba7640039ee669442eca (patch)
tree6180741ffdaba950af8e4e4c9362927b144063e4 /www
parentefa4ff21bf66ad0bca637e506404cb50f7e83c64 (diff)
downloadfreebsd-ports-gnome-0074b0936c866ed2efd2ba7640039ee669442eca.tar.gz
freebsd-ports-gnome-0074b0936c866ed2efd2ba7640039ee669442eca.tar.zst
freebsd-ports-gnome-0074b0936c866ed2efd2ba7640039ee669442eca.zip
Fix typo.
Reported by: pluknet
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 854b5c2e244a..c68c1d3d99ad 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -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