diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-11-08 08:17:01 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-11-08 08:17:01 +0000 |
commit | 11ef33ba0b5994362ff3cd643e086331484c62b6 (patch) | |
tree | 4dc02e2eddb5e45e67492a7a393996f206b0e89a /net-p2p | |
parent | 082b326fac6851fd0140b64c5b3a0a405cff0866 (diff) | |
download | ports-11ef33ba0b5994362ff3cd643e086331484c62b6.tar.gz ports-11ef33ba0b5994362ff3cd643e086331484c62b6.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile index 090812b3984d..32597d0c1fc1 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -13,8 +13,8 @@ DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Client written in C++ (development version) -BUILD_DEPENDS= libtorrent-devel=0.13.1:${PORTSDIR}/net-p2p/libtorrent-devel -RUN_DEPENDS= libtorrent-devel=0.13.1:${PORTSDIR}/net-p2p/libtorrent-devel +BUILD_DEPENDS= libtorrent-devel=0.13.1_1:${PORTSDIR}/net-p2p/libtorrent-devel +RUN_DEPENDS= libtorrent-devel=0.13.1_1:${PORTSDIR}/net-p2p/libtorrent-devel MASTERDIR= ${.CURDIR}/../rtorrent PATCHDIR= ${.CURDIR}/files/ |