diff options
author | Joseph Jezak <josejx@gentoo.org> | 2006-11-01 20:07:27 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2006-11-01 20:07:27 +0000 |
commit | 3181eedd8d205f2f60b862adbe716471b3acccdd (patch) | |
tree | 3ecc5afdca07f8ed62799f97e31604ee4bc60a67 /net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild | |
parent | Cleaning up older ebuilds which are not ported to modular X. (diff) | |
download | gentoo-2-3181eedd8d205f2f60b862adbe716471b3acccdd.tar.gz gentoo-2-3181eedd8d205f2f60b862adbe716471b3acccdd.tar.bz2 gentoo-2-3181eedd8d205f2f60b862adbe716471b3acccdd.zip |
Fixed pkgconfig dependency for bug #153622.
(Portage version: 2.1.2_pre3-r8)
Diffstat (limited to 'net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild')
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild index 3ae5231db2c0..801e378919f8 100644 --- a/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild +++ b/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.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-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild,v 1.7 2006/10/06 22:02:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild,v 1.8 2006/11/01 20:07:27 josejx Exp $ inherit eutils multilib nsplugins @@ -27,7 +27,8 @@ DEPEND=">=media-video/mplayer-1.0_pre5 dev-libs/atk >=dev-libs/glib-2.2.0 >=x11-libs/pango-1.2.1 - )" + ) + dev-util/pkgconfig" S=${WORKDIR}/${PN} |