Convert USE_OPENSSL to USES=ssl.
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue