diff options
author | dougb <dougb@FreeBSD.org> | 2010-02-22 08:53:10 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-02-22 08:53:10 +0800 |
commit | 582f42a699ee0a2450ef88f768f17e1aeb58124f (patch) | |
tree | 551122bfcf9ed2adf5f6e3b1da73118ff812a44c /games/springlobby | |
parent | ff9d046607917b7eb34c2fe50f8a8e2017df696c (diff) | |
download | freebsd-ports-gnome-582f42a699ee0a2450ef88f768f17e1aeb58124f.tar.gz freebsd-ports-gnome-582f42a699ee0a2450ef88f768f17e1aeb58124f.tar.zst freebsd-ports-gnome-582f42a699ee0a2450ef88f768f17e1aeb58124f.zip |
As previously discussed on -ports, make the following changes:
1. Move net-p2p/rblibtorrent-devel to net-p2p/libtorrent-rasterbar-14
a. Update LIB_DEPENDS for ports that depended on rblibtorrent-devel
b. Add entries to MOVED and UPDATING
2. Introduce net-p2p/libtorrent-rasterbar-15, the new devel version
3. Introduce net-p2p/qbittorrent-22, the new devel version of qbittorrent
Feature safe: yes
Diffstat (limited to 'games/springlobby')
-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 a2d55d5ff0b9..48ca9250f57c 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -40,7 +40,7 @@ PLIST_SUB+= NLS="@comment " .endif .if !defined(WITHOUT_TORRENT) -LIB_DEPENDS+= torrent-rasterbar.5:${PORTSDIR}/net-p2p/rblibtorrent-devel +LIB_DEPENDS+= torrent-rasterbar.5:${PORTSDIR}/net-p2p/libtorrent-rasterbar-14 .else CMAKE_ARGS+= -DOPTION_TORRENT_SYSTEM:BOOL=OFF .endif |