mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Use bsd.port.mk's OpenSSL support.
Submitted by: dinoex
This commit is contained in:
parent
f2755a1fbd
commit
70102cf5d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88254
@ -44,11 +44,13 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
.if !defined(WITHOUT_SSL)
|
||||
USE_OPENSSL= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_SSL)
|
||||
.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
|
||||
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS= --without-ssl
|
||||
|
Loading…
x
Reference in New Issue
Block a user