summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild')
-rw-r--r--dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild b/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild
index 7a9dab0040de..60aa93f98bc0 100644
--- a/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild
+++ b/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild,v 1.1 2004/07/14 09:04:39 jhhudso Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild,v 1.2 2004/07/14 14:02:34 agriffis Exp $
DESCRIPTION="Asynchronous DNS query library written in C++"
HOMEPAGE="http://asyncresolv.sourceforge.net/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_install() {
make install DESTDIR=${D} || die "install failed"