diff options
author | 2004-12-16 20:05:29 +0000 | |
---|---|---|
committer | 2004-12-16 20:05:29 +0000 | |
commit | ee953cc677bba1e2d62f139ddc2f5e48b27cd801 (patch) | |
tree | aa58414a2706b612ead8035433424acaac62a5db /net-p2p/dchub/dchub-0.5.2.ebuild | |
parent | (no commit message) (diff) | |
download | historical-ee953cc677bba1e2d62f139ddc2f5e48b27cd801.tar.gz historical-ee953cc677bba1e2d62f139ddc2f5e48b27cd801.tar.bz2 historical-ee953cc677bba1e2d62f139ddc2f5e48b27cd801.zip |
fix dependencies irt #58824
Diffstat (limited to 'net-p2p/dchub/dchub-0.5.2.ebuild')
-rw-r--r-- | net-p2p/dchub/dchub-0.5.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-p2p/dchub/dchub-0.5.2.ebuild b/net-p2p/dchub/dchub-0.5.2.ebuild index 018a049df92b..b906464c580f 100644 --- a/net-p2p/dchub/dchub-0.5.2.ebuild +++ b/net-p2p/dchub/dchub-0.5.2.ebuild @@ -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/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.4 2004/11/06 16:53:04 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.5 2004/12/16 20:05:29 squinky86 Exp $ IUSE="" @@ -17,6 +17,9 @@ RDEPEND="virtual/libc dev-lang/perl dev-db/edb" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + src_install() { make DESTDIR=${D} install || die "install problem" |