diff options
author | Ralf van der Enden <tremere@cainites.net> | 2025-07-09 13:26:24 +0000 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-07-12 05:44:28 +0000 |
commit | 749716b2bd86bedbc14e4173a19cf871eb78efe5 (patch) | |
tree | 9984412cca35800a3cebd8601c98464b2fcbb2b7 /net-p2p/jackett/Makefile | |
parent | be0c90c9008292f57414d6cd24272dda4c19fe8b (diff) |
Diffstat (limited to 'net-p2p/jackett/Makefile')
-rw-r--r-- | net-p2p/jackett/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/jackett/Makefile b/net-p2p/jackett/Makefile index 37a6e7744348..7c67d20c42d1 100644 --- a/net-p2p/jackett/Makefile +++ b/net-p2p/jackett/Makefile @@ -1,6 +1,6 @@ PORTNAME= jackett DISTVERSIONPREFIX= v -DISTVERSION= 0.22.2125 +DISTVERSION= 0.22.2140 CATEGORIES= net-p2p MAINTAINER= tremere@cainites.net @@ -14,10 +14,10 @@ BUILD_DEPENDS= dotnet>=9.0.6:lang/dotnet LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libinotify.so:devel/libinotify \ libunwind.so:devel/libunwind -RUN_DEPENDS= dotnet:lang/dotnet-host \ - ${LOCALBASE}/lib/libicuuc.so:devel/icu +RUN_DEPENDS= ${LOCALBASE}/lib/libicuuc.so:devel/icu \ + dotnet:lang/dotnet-host -USES= gssapi:mit +USES= gssapi:mit ssl USE_GITHUB= yes GH_ACCOUNT= Jackett GH_PROJECT= Jackett |