diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-04-10 18:37:44 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-04-10 18:37:44 +0000 |
commit | afef503b566ac4f8b0a2b58c22d25841c3e78ff7 (patch) | |
tree | 311140d1056fc0d79eff5e8f151c4993a03efdd1 /media-sound/terminatorx/terminatorx-3.82.ebuild | |
parent | Stable on ppc64; bug #217147 (diff) | |
download | gentoo-2-afef503b566ac4f8b0a2b58c22d25841c3e78ff7.tar.gz gentoo-2-afef503b566ac4f8b0a2b58c22d25841c3e78ff7.tar.bz2 gentoo-2-afef503b566ac4f8b0a2b58c22d25841c3e78ff7.zip |
add missing pkgconfig dep, thanks to Patrick, bug #216931
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'media-sound/terminatorx/terminatorx-3.82.ebuild')
-rw-r--r-- | media-sound/terminatorx/terminatorx-3.82.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/terminatorx/terminatorx-3.82.ebuild b/media-sound/terminatorx/terminatorx-3.82.ebuild index e8d9e829b05c..ec1daceca341 100644 --- a/media-sound/terminatorx/terminatorx-3.82.ebuild +++ b/media-sound/terminatorx/terminatorx-3.82.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.10 2008/02/29 20:02:02 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.11 2008/04/10 18:37:44 aballier Exp $ inherit gnome2 eutils @@ -31,6 +31,7 @@ RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9 ) app-text/scrollkeeper media-libs/liblrdf" DEPEND="${RDEPEND} + dev-util/pkgconfig x11-proto/xproto x11-proto/inputproto x11-proto/xf86dgaproto" |