diff options
Diffstat (limited to 'net-p2p/prowlarr/Makefile')
-rw-r--r-- | net-p2p/prowlarr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/prowlarr/Makefile b/net-p2p/prowlarr/Makefile index 1c6762289890..1f52557157e9 100644 --- a/net-p2p/prowlarr/Makefile +++ b/net-p2p/prowlarr/Makefile @@ -1,5 +1,6 @@ PORTNAME= prowlarr DISTVERSION= 1.8.6.3946 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/ DISTNAME= Prowlarr.master.${PORTVERSION}.freebsd-core-x64 @@ -15,11 +16,10 @@ ONLY_FOR_ARCHS= amd64 RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ icu>0:devel/icu \ krb5>0:security/krb5 \ - libiconv>0:converters/libiconv \ libinotify>0:devel/libinotify \ libunwind>0:devel/libunwind -USES= ssl:run sqlite:3 +USES= ssl:run sqlite:3 iconv USE_RC_SUBR= ${PORTNAME} |