diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-p2p/sonarr | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net-p2p/sonarr')
-rw-r--r-- | net-p2p/sonarr/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/sonarr/Makefile b/net-p2p/sonarr/Makefile index 522fd816a522..d30a5212f02c 100644 --- a/net-p2p/sonarr/Makefile +++ b/net-p2p/sonarr/Makefile @@ -12,10 +12,10 @@ COMMENT= PVR for Usenet and BitTorrent users 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 +RUN_DEPENDS= mono>0:lang/mono \ + mediainfo>0:multimedia/mediainfo \ + sqlite3>0:databases/sqlite3 +LIB_DEPENDS= libcurl.so:ftp/curl USE_RC_SUBR= sonarr |