aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2016-06-17 06:24:49 +0800
committerosa <osa@FreeBSD.org>2016-06-17 06:24:49 +0800
commite00a7b1fd5df692e11d1b51a503fcb32d9f41b36 (patch)
treef3a1f960856736f9be3be1c3f4cd5e3744f34fb1
parente3b3c2d6d5adc2c68f677a5c6bf6d2f611b5ea1c (diff)
downloadfreebsd-ports-gnome-e00a7b1fd5df692e11d1b51a503fcb32d9f41b36.tar.gz
freebsd-ports-gnome-e00a7b1fd5df692e11d1b51a503fcb32d9f41b36.tar.zst
freebsd-ports-gnome-e00a7b1fd5df692e11d1b51a503fcb32d9f41b36.zip
Revert r416983 back.
Suggested by: mat
-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