summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild')
-rw-r--r--net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild
index 7ea50b30883b..213f452eea9b 100644
--- a/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild
+++ b/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild,v 1.2 2007/08/13 18:13:40 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild,v 1.3 2008/01/12 15:59:16 coldwind Exp $
DESCRIPTION="Full-featured IRC connection manager for Telepathy."
HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components"
@@ -11,12 +11,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-libs/dbus-glib
+RDEPEND="dev-libs/dbus-glib
>=dev-libs/glib-2.8.6
dev-libs/openssl
net-libs/telepathy-glib
sys-apps/dbus"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"