summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMichiel van Baak Jansen <michiel@vanbaak.eu>2022-08-12 15:07:31 +0200
committerFelix Palmen <zirias@FreeBSD.org>2022-08-12 19:52:41 +0200
commitf29dc078845f8189e781748af93ba18d661ce3a5 (patch)
tree5026e071982c8f6a4d7d1bb96551ab413fb88a7c /net-p2p
parentnet-p2p/radarr: Drop hard dependency on openssl (diff)
net-p2p/prowlarr: Drop hard dependency on openssl
Replace with USES=ssl:run, any version works. PR: 265791 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36177
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/prowlarr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/prowlarr/Makefile b/net-p2p/prowlarr/Makefile
index 95bb8b71586c..340a063c00eb 100644
--- a/net-p2p/prowlarr/Makefile
+++ b/net-p2p/prowlarr/Makefile
@@ -1,5 +1,6 @@
PORTNAME= prowlarr
DISTVERSION= 0.4.3.1921
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/
DISTNAME= Prowlarr.develop.${PORTVERSION}.freebsd-core-x64
@@ -16,9 +17,10 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
libiconv>0:converters/libiconv \
libinotify>0:devel/libinotify \
libunwind>0:devel/libunwind \
- openssl>0:security/openssl \
sqlite3>0:databases/sqlite3
+USES= ssl:run
+
USE_RC_SUBR= ${PORTNAME}
NO_BUILD= YES