Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2016 09:45:37 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409921 - in head/www: nginx nginx-devel
Message-ID:  <201603020945.u229jb46049517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603020945.u229jb46049517>