diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 05:45:49 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 05:45:49 +0000 |
commit | f09f95c1c93dbc1f29f5e246a7464cdc6ffcf870 (patch) | |
tree | 4432d03d7ede6a33c8a1b941b7b32d3a31d690e6 /games-emulation/zsnes | |
parent | autoconf fix. WANT_AUTOCONF syntax supported in autoconf-2.58+ only (Manifest... (diff) | |
download | gentoo-2-f09f95c1c93dbc1f29f5e246a7464cdc6ffcf870.tar.gz gentoo-2-f09f95c1c93dbc1f29f5e246a7464cdc6ffcf870.tar.bz2 gentoo-2-f09f95c1c93dbc1f29f5e246a7464cdc6ffcf870.zip |
autoconf fix
Diffstat (limited to 'games-emulation/zsnes')
-rw-r--r-- | games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild b/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild index 011b867b0a17..f0d6b383943b 100644 --- a/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild +++ b/games-emulation/zsnes/zsnes-1.37_pre20041220.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/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild,v 1.3 2004/01/15 17:32:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.37_pre20041220.ebuild,v 1.4 2004/01/30 05:45:03 drobbins Exp $ inherit games eutils @@ -21,7 +21,7 @@ RDEPEND="opengl? ( virtual/opengl ) DEPEND="${RDEPEND} >=dev-lang/nasm-0.98 sys-devel/automake - sys-devel/autoconf" + >=sys-devel/autoconf-2.58" S=${WORKDIR} |