diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2016-04-30 18:31:57 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2016-04-30 18:31:57 +0000 |
commit | e728786ee1801a64a39c13882448f90fcd0906a1 (patch) | |
tree | 1b40d8e75619630c49af81fb47d8d65d2774041b /www/nginx-devel | |
parent | 2325b7bd7d6776222e696e889a2928a2b6a2a784 (diff) | |
download | ports-e728786ee1801a64a39c13882448f90fcd0906a1.tar.gz ports-e728786ee1801a64a39c13882448f90fcd0906a1.zip |
Notes
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index f998d63e3c62..a769dbdd4109 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -424,7 +424,6 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_ct} .endif NGINX_OPENSSL= yes USE_HTTP_SSL= yes -WITH_OPENSSL_PORT= yes .endif .if ${PORT_OPTIONS:MECHO} @@ -991,7 +990,6 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_xss} NGINX_OPENSSL= yes USE_HTTP_SSL= yes CONFIGURE_ARGS+=--with-http_v2_module -WITH_OPENSSL_PORT= yes .endif .if ${PORT_OPTIONS:MNJS} @@ -1106,6 +1104,9 @@ GROUPS?=${WWWGRP} .if defined(NGINX_OPENSSL) USE_OPENSSL= yes +.if ${OSVERSION} < 1100000 +WITH_OPENSSL_PORT=yes +.endif .endif pre-everything:: |