diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-13 01:43:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-13 01:43:04 +0000 |
commit | 19545789bf97f53dffa103a947c74ddc0cb2a6be (patch) | |
tree | 8239784af4e53696e1ff202a6ee82e6eba23cf35 /net-misc/mrouted | |
parent | edox was moved upstream, thanks kim :) (diff) | |
download | historical-19545789bf97f53dffa103a947c74ddc0cb2a6be.tar.gz historical-19545789bf97f53dffa103a947c74ddc0cb2a6be.tar.bz2 historical-19545789bf97f53dffa103a947c74ddc0cb2a6be.zip |
add yacc to DEPEND
Diffstat (limited to 'net-misc/mrouted')
-rw-r--r-- | net-misc/mrouted/mrouted-3.9_beta3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-misc/mrouted/mrouted-3.9_beta3.ebuild b/net-misc/mrouted/mrouted-3.9_beta3.ebuild index e11c31fddc74..140410478b24 100644 --- a/net-misc/mrouted/mrouted-3.9_beta3.ebuild +++ b/net-misc/mrouted/mrouted-3.9_beta3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mrouted/mrouted-3.9_beta3.ebuild,v 1.2 2004/03/13 01:00:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mrouted/mrouted-3.9_beta3.ebuild,v 1.3 2004/03/13 01:43:04 vapier Exp $ MY_P=${P/_}+IOS12 DEB_PVER=3 @@ -13,7 +13,9 @@ LICENSE="Stanford" SLOT="0" KEYWORDS="~x86 ~ppc" -DEPEND="virtual/os-headers" +DEPEND="virtual/os-headers + dev-util/yacc" +RDEPEND="" S=${WORKDIR}/${MY_P} |