aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2016-06-17 06:24:49 +0800
committerSergey A. Osokin <osa@FreeBSD.org>2016-06-17 06:24:49 +0800
commitb8d35b82ded637dc1106f77dbcc52ff184db82a4 (patch)
treef3a1f960856736f9be3be1c3f4cd5e3744f34fb1 /www
parent3894550bc850db7bc1f369b4283c5cef635d757d (diff)
downloadfreebsd-ports-gnome-b8d35b82ded637dc1106f77dbcc52ff184db82a4.tar.gz
freebsd-ports-gnome-b8d35b82ded637dc1106f77dbcc52ff184db82a4.tar.zst
freebsd-ports-gnome-b8d35b82ded637dc1106f77dbcc52ff184db82a4.zip
Revert r416983 back.
Suggested by: mat
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