diff options
author | feld <feld@FreeBSD.org> | 2016-01-05 04:28:25 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-01-05 04:28:25 +0800 |
commit | c3f5e6ac1090292120e026ee2bde91a2d1aa1529 (patch) | |
tree | 4105ed285a30cd819bd13324df517d55b6e92f6c /net-p2p | |
parent | ba7ba9a4d0e8cc1c2e72028fafb1bfe6614f3c16 (diff) | |
download | freebsd-ports-gnome-c3f5e6ac1090292120e026ee2bde91a2d1aa1529.tar.gz freebsd-ports-gnome-c3f5e6ac1090292120e026ee2bde91a2d1aa1529.tar.zst freebsd-ports-gnome-c3f5e6ac1090292120e026ee2bde91a2d1aa1529.zip |
net-p2p/sonarr: Add curl as a dependency
libcurl is needed for fallback when mono has issues with HTTPS
PR: 205784
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/sonarr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/sonarr/Makefile b/net-p2p/sonarr/Makefile index 9693d3dac6a9..0a12d182b75e 100644 --- a/net-p2p/sonarr/Makefile +++ b/net-p2p/sonarr/Makefile @@ -2,7 +2,7 @@ PORTNAME= sonarr PORTVERSION= 2.0.0.3645 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ DISTNAME= NzbDrone.master.${PORTVERSION}.mono @@ -15,6 +15,7 @@ LICENSE= GPLv3 RUN_DEPENDS= mono>0:${PORTSDIR}/lang/mono \ mediainfo>0:${PORTSDIR}/multimedia/mediainfo \ sqlite3>0:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USE_RC_SUBR= sonarr |