diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-01-25 05:24:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-01-25 05:24:02 +0000 |
commit | 2e1b8c93d7357ddfca879208f004368ac447c40e (patch) | |
tree | 51e068975ab281592315307f991adb9e703062c2 /dev-util | |
parent | version bump #14521 (diff) | |
download | gentoo-2-2e1b8c93d7357ddfca879208f004368ac447c40e.tar.gz gentoo-2-2e1b8c93d7357ddfca879208f004368ac447c40e.tar.bz2 gentoo-2-2e1b8c93d7357ddfca879208f004368ac447c40e.zip |
added unzip to DEPEND
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/jam/jam-2.4.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-util/jam/jam-2.4.ebuild b/dev-util/jam/jam-2.4.ebuild index f9c79dea0d05..09d21e8c6f32 100644 --- a/dev-util/jam/jam-2.4.ebuild +++ b/dev-util/jam/jam-2.4.ebuild @@ -1,10 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/jam-2.4.ebuild,v 1.2 2002/12/28 00:05:38 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/jam-2.4.ebuild,v 1.3 2003/01/25 05:24:02 vapier Exp $ -IUSE="" - -S="${WORKDIR}/${P}" DESCRIPTION="jam (Just Another Make) - advanced make replacement" SRC_URI="ftp://ftp.perforce.com/pub/jam/${P}.zip" HOMEPAGE="http://www.perforce.com/jam/jam.html" @@ -13,7 +10,8 @@ LICENSE="as-is" SLOT="0" KEYWORDS="x86" -DEPEND="dev-util/yacc" +DEPEND="dev-util/yacc + app-arch/unzip" src_compile() { # The bootstrap makefile assumes ${S} is in the path |