diff options
author | 2006-10-14 10:19:09 +0000 | |
---|---|---|
committer | 2006-10-14 10:19:09 +0000 | |
commit | e284b443a6bba9e899a4ac034fdec23e1c42f892 (patch) | |
tree | 40de8ac9155f8191ff862cfb4ec74e2dceed9c80 /eclass | |
parent | Add missing pkgconfig dependency, thanks to Patrick Lauer for reporting in bu... (diff) | |
download | gentoo-2-e284b443a6bba9e899a4ac034fdec23e1c42f892.tar.gz gentoo-2-e284b443a6bba9e899a4ac034fdec23e1c42f892.tar.bz2 gentoo-2-e284b443a6bba9e899a4ac034fdec23e1c42f892.zip |
Add missing pkgconfig dependency.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/iiimf.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/iiimf.eclass b/eclass/iiimf.eclass index 8b9bac01a7e3..cf8d12c8082c 100644 --- a/eclass/iiimf.eclass +++ b/eclass/iiimf.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.13 2006/10/14 09:55:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.14 2006/10/14 10:19:09 flameeyes Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -33,6 +33,9 @@ IUSE="debug" S="${WORKDIR}/${IMSDK}/${PN}" +RDEPEND="" +DEPEND="dev-util/pkgconfig" + iiimf_src_compile() { if [ "${PV:0:2}" -eq 12 ] ; then |