aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2023-10-14 17:15:18 +0000
committerBernard Spil <brnrd@FreeBSD.org>2023-10-14 17:23:12 +0000
commitc883e9e4ca6ea1c08a92a9bdc5c3fd52ab2efe63 (patch)
tree9a46c154e6d4ebd35f3c6e55f6e1374fec8700bb
parent55f9ba2974aef548d368cb2a211928008f7b917d (diff)
downloadports-c883e9e4ca6ea1c08a92a9bdc5c3fd52ab2efe63.tar.gz
ports-c883e9e4ca6ea1c08a92a9bdc5c3fd52ab2efe63.zip
security/openssl: Chase removal of openssl30 port
-rw-r--r--net-im/signal-desktop/Makefile2
-rw-r--r--www/onlyoffice-documentserver/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile
index 8bd206d929ce..b1979cf049cc 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= aarch64 amd64
EXTRACT_DEPENDS=jq:textproc/jq \
yarn-node18>0:www/yarn-node18
-BUILD_DEPENDS= ${LOCALBASE}/lib/libcrypto.a:security/openssl30 \
+BUILD_DEPENDS= ${LOCALBASE}/lib/libcrypto.a:security/openssl \
${LOCALBASE}/lib/libringrtc.so:multimedia/ringrtc \
${LOCALBASE}/lib/libsignal_node.so:net-im/libsignal-node \
${LOCALBASE}/lib/libsignal_tokenizer.a:devel/signal-fts5-extension \
diff --git a/www/onlyoffice-documentserver/Makefile b/www/onlyoffice-documentserver/Makefile
index f93458786dd9..c190dd3ca9c6 100644
--- a/www/onlyoffice-documentserver/Makefile
+++ b/www/onlyoffice-documentserver/Makefile
@@ -27,7 +27,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
java:java/openjdk11 \
ninja:devel/ninja \
npm:www/npm-node16 \
- ${LOCALBASE}/lib/libcrypto.a:security/openssl30
+ ${LOCALBASE}/lib/libcrypto.a:security/openssl
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
libcurl.so:ftp/curl \
libharfbuzz.so:print/harfbuzz \