diff options
-rw-r--r-- | net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild b/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild index 8e41eb0c0522..85355d85fdcd 100644 --- a/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild +++ b/net-misc/proxytunnel/proxytunnel-1.6.0-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-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild,v 1.3 2006/02/22 23:25:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.6.0-r1.ebuild,v 1.4 2006/02/22 23:29:18 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="static" -DEPEND="dev-libs/openssl" +RDEPEND="dev-libs/openssl" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} |