diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-05-01 19:45:32 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-05-01 19:45:32 +0000 |
commit | 238e0e6fe6a03f0f6de02f8cc8bb129b87f18517 (patch) | |
tree | 86d9e008fe864952b3bafd887ee1f2574aeaeb44 /dev-util/jam/jam-2.5.ebuild | |
parent | blocking on !dev-util/jam (Manifest recommit) (diff) | |
download | gentoo-2-238e0e6fe6a03f0f6de02f8cc8bb129b87f18517.tar.gz gentoo-2-238e0e6fe6a03f0f6de02f8cc8bb129b87f18517.tar.bz2 gentoo-2-238e0e6fe6a03f0f6de02f8cc8bb129b87f18517.zip |
blocking on !dev-util/boost-jam
Diffstat (limited to 'dev-util/jam/jam-2.5.ebuild')
-rw-r--r-- | dev-util/jam/jam-2.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/jam/jam-2.5.ebuild b/dev-util/jam/jam-2.5.ebuild index 7786231e4a60..ac77782ae354 100644 --- a/dev-util/jam/jam-2.5.ebuild +++ b/dev-util/jam/jam-2.5.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/dev-util/jam/jam-2.5.ebuild,v 1.2 2004/03/13 01:49:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/jam/jam-2.5.ebuild,v 1.3 2004/05/01 19:45:32 eradicator Exp $ DESCRIPTION="Just Another Make - advanced make replacement" SRC_URI="ftp://ftp.perforce.com/pub/jam/${P}.tar" @@ -10,7 +10,8 @@ LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc" -DEPEND="dev-util/yacc" +DEPEND="dev-util/yacc + !dev-util/boost-jam" src_compile() { # The bootstrap makefile assumes ${S} is in the path |