diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-01 19:30:33 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-01 19:30:33 +0000 |
commit | 9ac5e5299c651c08f2c2cc72116f24dcd871d0dc (patch) | |
tree | b1e8ebe241cd6a34ed1e69f58a480c806416cc3c /sys-devel/bison | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-9ac5e5299c651c08f2c2cc72116f24dcd871d0dc.tar.gz gentoo-2-9ac5e5299c651c08f2c2cc72116f24dcd871d0dc.tar.bz2 gentoo-2-9ac5e5299c651c08f2c2cc72116f24dcd871d0dc.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/bison-1.28-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-devel/bison/bison-1.28-r1.ebuild b/sys-devel/bison/bison-1.28-r1.ebuild index 5a344d884b94..a6bea3336a11 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.8 2001/01/31 20:49:07 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.28-r1.ebuild,v 1.9 2001/02/01 19:30:33 achim Exp $ P=bison-1.28 A=${P}.tar.gz @@ -10,7 +10,10 @@ 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" + +PROVIDE="virtual/bison" DEPEND="virtual/glibc" + src_compile() { try ./configure --prefix=/usr --datadir=/usr/share/bison --host=${CHOST} try make ${MAKEOPTS} |