diff options
author | Andrej Kacian <ticho@gentoo.org> | 2008-02-13 20:52:21 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2008-02-13 20:52:21 +0000 |
commit | d49d816af0fcce78de510800c89343343902f7e7 (patch) | |
tree | 558f3e9b9ec365faa2af9cd18c2605fb1072d9fa /mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.20.ebuild | |
parent | Change the Joliet information in cdrom_get_cds to only display after a failed... (diff) | |
download | historical-d49d816af0fcce78de510800c89343343902f7e7.tar.gz historical-d49d816af0fcce78de510800c89343343902f7e7.tar.bz2 historical-d49d816af0fcce78de510800c89343343902f7e7.zip |
Depend on pkgconfig (bug #205864).
Package-Manager: portage-2.1.4.3
Diffstat (limited to 'mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.20.ebuild')
-rw-r--r-- | mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.20.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.20.ebuild b/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.20.ebuild index 686749a0bba6..b032c8a6ce2b 100644 --- a/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.20.ebuild +++ b/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.20.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/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.20.ebuild,v 1.4 2007/11/29 22:47:01 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-fetchinfo/claws-mail-fetchinfo-0.4.20.ebuild,v 1.5 2008/02/13 20:48:37 ticho Exp $ MY_P="${PN#claws-mail-}-plugin-${PV}" @@ -11,7 +11,8 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ppc64 x86" IUSE="" -DEPEND=">=mail-client/claws-mail-3.0.0" +DEPEND=">=mail-client/claws-mail-3.0.0 + dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" |