diff options
Diffstat (limited to 'games/springlobby/Makefile')
-rw-r--r-- | games/springlobby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index 7ceb2e017c2d..371fd73da8a0 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -40,7 +40,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MTORRENT} -LIB_DEPENDS+= torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15 +LIB_DEPENDS+= torrent-rasterbar:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15 .else CMAKE_ARGS+= -DOPTION_TORRENT_SYSTEM:BOOL=OFF .endif |