diff options
author | 2006-10-23 19:21:32 +0000 | |
---|---|---|
committer | 2006-10-23 19:21:32 +0000 | |
commit | 6e5a0036bfce6d08315472dc190ecc5da7e3ebbb (patch) | |
tree | e425ed01fa89624b4bbcf3fa2b3005b8ef24e962 /net-im/tleenx2/tleenx2-20060309.ebuild | |
parent | Add non-gentoo mirror. (diff) | |
download | gentoo-2-6e5a0036bfce6d08315472dc190ecc5da7e3ebbb.tar.gz gentoo-2-6e5a0036bfce6d08315472dc190ecc5da7e3ebbb.tar.bz2 gentoo-2-6e5a0036bfce6d08315472dc190ecc5da7e3ebbb.zip |
Add a dep on dev-util/pkgconfig (bug #152533).
(Portage version: 2.1.2_pre3-r7)
Diffstat (limited to 'net-im/tleenx2/tleenx2-20060309.ebuild')
-rw-r--r-- | net-im/tleenx2/tleenx2-20060309.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-im/tleenx2/tleenx2-20060309.ebuild b/net-im/tleenx2/tleenx2-20060309.ebuild index e448102c189b..e4632ac64a9c 100644 --- a/net-im/tleenx2/tleenx2-20060309.ebuild +++ b/net-im/tleenx2/tleenx2-20060309.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tleenx2/tleenx2-20060309.ebuild,v 1.1 2006/04/15 21:58:48 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tleenx2/tleenx2-20060309.ebuild,v 1.2 2006/10/23 19:21:32 spock Exp $ IUSE="" LICENSE="GPL-2" @@ -14,9 +14,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${MY_P}" -DEPEND="net-libs/libtlen +RDEPEND="net-libs/libtlen >=x11-libs/gtk+-2.0" +DEPEND="dev-util/pkgconfig + ${RDEPEND}" + src_install() { make DESTDIR="${D}" install dodoc doc/* AUTHORS BUGS TODO |