aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile2
-rw-r--r--www/nginx/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 45bef24c96fe..7e2cf1c14647 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1114,7 +1114,7 @@ GROUPS?=${WWWGRP}
.if defined(NGINX_OPENSSL)
USE_OPENSSL= yes
.if ${OSVERSION} < 1100000
-DEFAULT_VERSIONS+=ssl=openssl
+WITH_OPENSSL_PORT=yes
.endif
.endif
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 999cdbac9867..bc5970fe0930 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -1111,7 +1111,7 @@ GROUPS?=${WWWGRP}
.if defined(NGINX_OPENSSL)
USE_OPENSSL= yes
.if ${OSVERSION} < 1100000
-DEFAULT_VERSIONS+=ssl=openssl
+WITH_OPENSSL_PORT=yes
.endif
.endif