summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/flex/flex-2.5.4a-r1.ebuild')
-rw-r--r--sys-devel/flex/flex-2.5.4a-r1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys-devel/flex/flex-2.5.4a-r1.ebuild b/sys-devel/flex/flex-2.5.4a-r1.ebuild
index ebeda09e5b3f..18bb569a1a90 100644
--- a/sys-devel/flex/flex-2.5.4a-r1.ebuild
+++ b/sys-devel/flex/flex-2.5.4a-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 Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r1.ebuild,v 1.5 2000/11/30 23:15:06 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r1.ebuild,v 1.6 2001/01/31 20:49:07 achim Exp $
P=flex-2.5.4a
A=${P}.tar.gz
@@ -10,7 +10,11 @@ DESCRIPTION="GNU lexical analyser generator"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/non-gnu/flex/${A}
ftp://prep.ai.mit.edu/non-gnu/flex/${A}"
HOMEPAGE="http://www.gnu.org/software/flex/flex.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
+
+DEPEND="virtual/glibc
+ sys-devel/bison"
+
+RDEPEND="virtual/glibc"
src_compile() {
try ./configure --prefix=/usr --host=${CHOST}