diff options
author | 2012-05-05 03:20:45 +0000 | |
---|---|---|
committer | 2012-05-05 03:20:45 +0000 | |
commit | 0c9601bb7e0b86adc147854d11585042427818a7 (patch) | |
tree | 75f1902203ad99ae8543299504bdd1aae0b47501 /net-misc/proxytunnel/proxytunnel-1.9.0.ebuild | |
parent | Update HOMEPAGE. (diff) | |
download | historical-0c9601bb7e0b86adc147854d11585042427818a7.tar.gz historical-0c9601bb7e0b86adc147854d11585042427818a7.tar.bz2 historical-0c9601bb7e0b86adc147854d11585042427818a7.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'net-misc/proxytunnel/proxytunnel-1.9.0.ebuild')
-rw-r--r-- | net-misc/proxytunnel/proxytunnel-1.9.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/proxytunnel/proxytunnel-1.9.0.ebuild b/net-misc/proxytunnel/proxytunnel-1.9.0.ebuild index 28520f641b04..d2bf1e2c3555 100644 --- a/net-misc/proxytunnel/proxytunnel-1.9.0.ebuild +++ b/net-misc/proxytunnel/proxytunnel-1.9.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.9.0.ebuild,v 1.1 2008/05/21 20:35:54 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.9.0.ebuild,v 1.2 2012/05/05 03:20:43 jdhore Exp $ inherit flag-o-matic toolchain-funcs @@ -15,7 +15,7 @@ IUSE="static" RDEPEND="dev-libs/openssl" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_compile() { use static && append-ldflags -static |