1
0
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:
Yuri Victorovich 2024-10-10 07:48:30 -07:00
parent 8479164815
commit a0a6a1f9e2

View File

@ -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