mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
net-p2p/qbittorrent: Corrent DEPENDS lines adding openssl package
This commit is contained in:
parent
8479164815
commit
a0a6a1f9e2
@ -69,7 +69,9 @@ PYTHON_USES= python:run
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000
|
||||
LIB_DEPENDS= libcrypto.so:security/openssl
|
||||
#LIB_DEPENDS+= libcrypto.so:security/openssl # LIB_DEPENDS doesn't work here (after bsd.port.options.mk)
|
||||
BUILD_DEPENDS+= openssl>0:security/openssl
|
||||
RUN_DEPENDS+= openssl>0:security/openssl
|
||||
CMAKE_ARGS= -DOPENSSL_ROOT_DIR=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user