diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-14 10:19:09 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-14 10:19:09 +0000 |
commit | 63a0911a688ce9332fd285005ff77a46b79f563c (patch) | |
tree | 2c8765efba932088be769d307bd482e470f2f33f /eclass/iiimf.eclass | |
parent | Add missing pkgconfig dependency, thanks to Patrick Lauer for reporting in bu... (diff) | |
download | historical-63a0911a688ce9332fd285005ff77a46b79f563c.tar.gz historical-63a0911a688ce9332fd285005ff77a46b79f563c.tar.bz2 historical-63a0911a688ce9332fd285005ff77a46b79f563c.zip |
Add missing pkgconfig dependency.
Diffstat (limited to 'eclass/iiimf.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 |