diff options
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" |