diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-10 14:48:30 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-10 19:05:38 +0000 |
commit | a0a6a1f9e2a7e9c6d2e6b8989d453dc6ea683d99 (patch) | |
tree | 34f702ba3593ffb8477745705ef125b7d520f378 | |
parent | 8479164815e4c37725a34c56ae2343734064fb38 (diff) | |
download | ports-a0a6a1f9e2a7e9c6d2e6b8989d453dc6ea683d99.tar.gz ports-a0a6a1f9e2a7e9c6d2e6b8989d453dc6ea683d99.zip |
net-p2p/qbittorrent: Corrent DEPENDS lines adding openssl package
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 9eb30369eb44..6f0fd8480652 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -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 |