From 804fef03434b69b7958b262f93c3e20f5401dd74 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 22 Jul 2012 12:49:13 +0200 Subject: [PATCH] rtorrent: needs pkg-config to build. --- srcpkgs/rtorrent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rtorrent/template b/srcpkgs/rtorrent/template index 337c337e85..da50776cd7 100644 --- a/srcpkgs/rtorrent/template +++ b/srcpkgs/rtorrent/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-configure configure_args="--disable-debug" depends="libtorrent>=0.13.2" -makedepends="libcurl-devel libsigc++-devel libtorrent-devel>=0.13.2 ncurses-devel" +makedepends="pkg-config libcurl-devel libsigc++-devel libtorrent-devel>=0.13.2 ncurses-devel" short_desc="Ncurses BitTorrent client based on libTorrent" maintainer="Juan RP " homepage="http://libtorrent.rakshasa.no"