Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 08:17:01 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307156 - head/net-p2p/rtorrent-devel
Message-ID:  <201211080817.qA88H1q0028429@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Thu Nov  8 08:17:01 2012
New Revision: 307156
URL: http://svnweb.freebsd.org/changeset/ports/307156

Log:
  Fix build.
  
  Feature safe: yes

Modified:
  head/net-p2p/rtorrent-devel/Makefile

Modified: head/net-p2p/rtorrent-devel/Makefile
==============================================================================
--- head/net-p2p/rtorrent-devel/Makefile	Thu Nov  8 05:39:07 2012	(r307155)
+++ head/net-p2p/rtorrent-devel/Makefile	Thu Nov  8 08:17:01 2012	(r307156)
@@ -13,8 +13,8 @@ DISTNAME=	${PORTNAME:S/-devel//}-${PORTV
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211080817.qA88H1q0028429>