diff options
author | osa <osa@FreeBSD.org> | 2016-03-02 17:45:37 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2016-03-02 17:45:37 +0800 |
commit | 4199eeb6cff39e2ef2cb31b689beecf093608b66 (patch) | |
tree | a640ee4533c062b004b9fa18c7e622f37654ba57 /www/nginx | |
parent | 9b0710b1a695ef73f533cee6f641fd573d7a9340 (diff) | |
download | freebsd-ports-gnome-4199eeb6cff39e2ef2cb31b689beecf093608b66.tar.gz freebsd-ports-gnome-4199eeb6cff39e2ef2cb31b689beecf093608b66.tar.zst freebsd-ports-gnome-4199eeb6cff39e2ef2cb31b689beecf093608b66.zip |
Use more proper knob.
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 2fb557b51524..04dc5fb5a3cf 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -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} |