summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/grep/grep-2.4.2-r1.ebuild')
-rw-r--r--sys-apps/grep/grep-2.4.2-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/grep/grep-2.4.2-r1.ebuild b/sys-apps/grep/grep-2.4.2-r1.ebuild
index bab041e16c7d..d19e67be39ef 100644
--- a/sys-apps/grep/grep-2.4.2-r1.ebuild
+++ b/sys-apps/grep/grep-2.4.2-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.4.2-r1.ebuild,v 1.6 2000/11/30 23:14:33 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.4.2-r1.ebuild,v 1.7 2001/01/31 20:49:07 achim Exp $
P=grep-2.4.2
A=${P}.tar.gz
@@ -10,8 +10,8 @@ DESCRIPTION="GNU regular expression matcher"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/grep/${A}
ftp://prep.ai.mit.edu/gnu/grep/${A}"
HOMEPAGE="http://www.gnu.org/software/grep/grep.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
-src_compile() {
+DEPEND="virtual/glibc"
+src_compile() {
try ./configure --prefix=/usr --host=${CHOST}
try make ${MAKEOPTS}
}