svn commit: r307156 - head/net-p2p/rtorrent-devel
Andrej Zverev
az at FreeBSD.org
Thu Nov 8 08:17:02 UTC 2012
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 at 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/
More information about the svn-ports-all
mailing list