Convert USE_OPENSSL to USES=ssl.

This commit is contained in:
Jimmy Olgeni 2016-07-25 09:50:33 +00:00
parent 1718601ecf
commit 89f873140a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419037
3 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ CONFIGURE_ARGS+=--without-dynamic-trace
.endif
.if ${PORT_OPTIONS:MOPENSSL}
USE_OPENSSL= yes
USES+= ssl
CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE}
.else
CONFIGURE_ARGS+=--without-ssl

View file

@ -78,7 +78,7 @@ CONFIGURE_ARGS+=--without-dynamic-trace
.endif
.if ${PORT_OPTIONS:MOPENSSL}
USE_OPENSSL= yes
USES+= ssl
CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE}
.else
CONFIGURE_ARGS+=--without-ssl

View file

@ -87,7 +87,7 @@ CONFIGURE_ARGS+=--without-dynamic-trace
.endif
.if ${PORT_OPTIONS:MOPENSSL}
USE_OPENSSL= yes
USES+= ssl
CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE}
.else
CONFIGURE_ARGS+=--without-ssl