Skip to content

Commit

Permalink
multimedia/jellyfin: switch to USES for sqlite and openssl
Browse files Browse the repository at this point in the history
PR:	272266
  • Loading branch information
mvanbaak authored and driesmp committed Jul 27, 2023
1 parent 03ca017 commit 8eaad5a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions multimedia/jellyfin/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jellyfin
DISTVERSION= 10.8.10
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= https://github.com/Thefrank/jellyfin-server-freebsd/releases/download/v${DISTVERSION}/
DISTFILES= jellyfin-combined_${DISTVERSION}_freebsd-${ARCH}.tar.gz \
Expand All @@ -23,10 +23,9 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
krb5>0:security/krb5 \
libinotify>0:devel/libinotify \
libunwind>0:devel/libunwind \
mediainfo>0:multimedia/mediainfo \
openssl>0:security/openssl \
sqlite3>0:databases/sqlite3
mediainfo>0:multimedia/mediainfo

USES= ssl:run sqlite:3
USE_RC_SUBR= jellyfin

NO_BUILD= YES
Expand Down

0 comments on commit 8eaad5a

Please sign in to comment.