diff options
Diffstat (limited to 'dev-libs/fcgi/fcgi-2.4.0.ebuild')
-rw-r--r-- | dev-libs/fcgi/fcgi-2.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/fcgi/fcgi-2.4.0.ebuild b/dev-libs/fcgi/fcgi-2.4.0.ebuild index e4446d27c104..1700e402089b 100644 --- a/dev-libs/fcgi/fcgi-2.4.0.ebuild +++ b/dev-libs/fcgi/fcgi-2.4.0.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/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.5 2004/06/24 23:09:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.6 2004/07/02 04:40:30 eradicator Exp $ DESCRIPTION="FastCGI Developer's Kit" HOMEPAGE="http://www.fastcgi.com/" @@ -9,7 +9,7 @@ LICENSE="FastCGI" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { ./configure \ |