diff options
author | 2003-09-20 06:26:00 +0000 | |
---|---|---|
committer | 2003-09-20 06:26:00 +0000 | |
commit | cf8363e588f5bd244cf86bb8fc95d6238d129376 (patch) | |
tree | 52ea4757e43f79b10d8116fec1996639b197751c /dev-util/cscope/cscope-15.4.ebuild | |
parent | typo fix (diff) | |
download | gentoo-2-cf8363e588f5bd244cf86bb8fc95d6238d129376.tar.gz gentoo-2-cf8363e588f5bd244cf86bb8fc95d6238d129376.tar.bz2 gentoo-2-cf8363e588f5bd244cf86bb8fc95d6238d129376.zip |
bison fix
Diffstat (limited to 'dev-util/cscope/cscope-15.4.ebuild')
-rw-r--r-- | dev-util/cscope/cscope-15.4.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-util/cscope/cscope-15.4.ebuild b/dev-util/cscope/cscope-15.4.ebuild index fc35bef7422b..6fd526d32ad9 100644 --- a/dev-util/cscope/cscope-15.4.ebuild +++ b/dev-util/cscope/cscope-15.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.4.ebuild,v 1.5 2003/09/06 20:28:40 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.4.ebuild,v 1.6 2003/09/20 06:25:58 seemant Exp $ inherit elisp gnuconfig @@ -15,13 +15,18 @@ KEYWORDS="-x86 -ppc -sparc -alpha -hppa -mips -arm" RDEPEND=">=sys-libs/ncurses-5.2" DEPEND="${RDEPEND} + >=sys-apps/sed-4 sys-devel/flex + sys-devel/bison emacs? ( virtual/emacs )" SITEFILE=50xcscope-gentoo.el src_compile() { gnuconfig_update + + sed -i -e "s:={:{:" src/egrep.y + econf || die make clean || die emake || die |