1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Depend on libtorrent, not libtorrent-devel. [1]

Whitespace fixes.

Reported by:	itetcu
This commit is contained in:
Florent Thoumie 2007-01-10 00:13:02 +00:00
parent 66f90343a0
commit 4f9c5825c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181935

View File

@ -7,18 +7,18 @@
PORTNAME?= rtorrent
PORTVERSION?= 0.7.1
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
MAINTAINER?= flz@FreeBSD.org
COMMENT?= BitTorrent Client written in C++
LIB_DEPENDS?= # empty
LIB_DEPENDS?= # empty
# Libtorrent 0.11.{0,1} are both libtorrent.10, explicitely depend on 0.11.1+.
BUILD_DEPENDS?= libtorrent-devel>=0.11.1:${PORTSDIR}/net-p2p/libtorrent-devel
RUN_DEPENDS?= libtorrent-devel>=0.11.1:${PORTSDIR}/net-p2p/libtorrent-devel
BUILD_DEPENDS?= libtorrent>=0.11.1:${PORTSDIR}/net-p2p/libtorrent
RUN_DEPENDS?= libtorrent>=0.11.1:${PORTSDIR}/net-p2p/libtorrent
LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl
CONFLICTS?= rtorrent-devel-[0-9]*