diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-11-08 10:23:50 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-11-08 10:23:50 +0000 |
commit | 21a01c9e2e08099a6b6144933313c8e1b6e6b769 (patch) | |
tree | 601174f942eb85b86a85d127e41de7525e1a7447 | |
parent | 5dea96f900849b4d265c02fbf40d6edd9a3c8969 (diff) | |
download | ports-21a01c9e2e08099a6b6144933313c8e1b6e6b769.tar.gz ports-21a01c9e2e08099a6b6144933313c8e1b6e6b769.zip |
MFH r307156 by az:
Fix build.
Feature safe: yes
Notes
Notes:
svn path=/branches/RELENG_9_1_0/; revision=307164
-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/ |