diff options
author | flz <flz@FreeBSD.org> | 2007-04-13 18:40:24 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-04-13 18:40:24 +0800 |
commit | 4ce581fe27c062212f0191c15f51b6f1a7120fcf (patch) | |
tree | bc8d7d47199120089cdba332cc265cb14b42f2b1 /net-p2p | |
parent | e5f1cf8d1b3275125e30333ea96b24e6adc4ac8d (diff) | |
download | freebsd-ports-gnome-4ce581fe27c062212f0191c15f51b6f1a7120fcf.tar.gz freebsd-ports-gnome-4ce581fe27c062212f0191c15f51b6f1a7120fcf.tar.zst freebsd-ports-gnome-4ce581fe27c062212f0191c15f51b6f1a7120fcf.zip |
Explicitly depend on libtorrent-devel>=0.11.3, since it's what
configure script is checking.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile index e32d6ec7e108..661d6fc5febc 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -13,9 +13,8 @@ DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Client written in C++ (development version) -# Libtorrent 0.11.* are all libtorrent.10, explicitely depend on 0.11.2+. -BUILD_DEPENDS= libtorrent-devel>=0.11.2:${PORTSDIR}/net-p2p/libtorrent-devel -RUN_DEPENDS= libtorrent-devel>=0.11.2:${PORTSDIR}/net-p2p/libtorrent-devel +BUILD_DEPENDS= libtorrent-devel>=0.11.3:${PORTSDIR}/net-p2p/libtorrent-devel +RUN_DEPENDS= libtorrent-devel>=0.11.3:${PORTSDIR}/net-p2p/libtorrent-devel LIB_DEPENDS= # empty MASTERDIR= ${.CURDIR}/../rtorrent |