summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-31 20:49:07 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-31 20:49:07 +0000
commitbdf31f026ab1a7341012b0902f9498c7328320e5 (patch)
tree695652281d3b5ba8d0b1f334001f423cf2af9ba4 /sys-devel/bison
parent*** empty log message *** (diff)
downloadgentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.tar.gz
gentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.tar.bz2
gentoo-2-bdf31f026ab1a7341012b0902f9498c7328320e5.zip
*** empty log message ***
Diffstat (limited to 'sys-devel/bison')
-rw-r--r--sys-devel/bison/bison-1.28-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bison/bison-1.28-r1.ebuild b/sys-devel/bison/bison-1.28-r1.ebuild
index ee04330f14bd..5a344d884b94 100644
--- a/sys-devel/bison/bison-1.28-r1.ebuild
+++ b/sys-devel/bison/bison-1.28-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-devel/bison/bison-1.28-r1.ebuild,v 1.7 2000/12/19 00:43:28 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.28-r1.ebuild,v 1.8 2001/01/31 20:49:07 achim Exp $
P=bison-1.28
A=${P}.tar.gz
@@ -10,7 +10,7 @@ DESCRIPTION="A yacc-compatible parser generator"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/bison/${A}
ftp://prep.ai.mit.edu/gnu/bison/${A}"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
src_compile() {
try ./configure --prefix=/usr --datadir=/usr/share/bison --host=${CHOST}
try make ${MAKEOPTS}