svn commit: r409921 - in head/www: nginx nginx-devel

Sergey A. Osokin osa at FreeBSD.org
Wed Mar 2 09:45:38 UTC 2016


Author: osa
Date: Wed Mar  2 09:45:37 2016
New Revision: 409921
URL: https://svnweb.freebsd.org/changeset/ports/409921

Log:
  Use more proper knob.

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx/Makefile

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Wed Mar  2 09:42:32 2016	(r409920)
+++ head/www/nginx-devel/Makefile	Wed Mar  2 09:45:37 2016	(r409921)
@@ -396,7 +396,7 @@ GH_TAGNAME+=	${GIT_CT_VERSION}:ct
 CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_ct}
 NGINX_OPENSSL=	yes
 USE_HTTP_SSL=	yes
-USE_OPENSSL_PORT=	yes
+WITH_OPENSSL_PORT=	yes
 .endif
 
 .if ${PORT_OPTIONS:MECHO}
@@ -878,7 +878,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_xs
 NGINX_OPENSSL=	yes
 USE_HTTP_SSL=	yes
 CONFIGURE_ARGS+=--with-http_v2_module
-USE_OPENSSL_PORT=	yes
+WITH_OPENSSL_PORT=	yes
 .endif
 
 .if ${PORT_OPTIONS:MNJS}

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Wed Mar  2 09:42:32 2016	(r409920)
+++ head/www/nginx/Makefile	Wed Mar  2 09:45:37 2016	(r409921)
@@ -385,7 +385,7 @@ GH_TAGNAME+=	${GIT_CT_VERSION}:ct
 CONFIGURE_ARGS+=--add-module=${WRKSRC_ct}
 NGINX_OPENSSL=	yes
 USE_HTTP_SSL=	yes
-USE_OPENSSL_PORT=	yes
+WITH_OPENSSL_PORT=	yes
 .endif
 
 .if ${PORT_OPTIONS:MECHO}


More information about the svn-ports-all mailing list