diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-28 08:35:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-28 08:35:44 +0000 |
commit | 07a2429493d40175ba7eb6e10a00c4c1da94e638 (patch) | |
tree | 4c3dba66a6dc45f668d27e519a5e74642c6e01fc /games-simulation | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-07a2429493d40175ba7eb6e10a00c4c1da94e638.tar.gz gentoo-2-07a2429493d40175ba7eb6e10a00c4c1da94e638.tar.bz2 gentoo-2-07a2429493d40175ba7eb6e10a00c4c1da94e638.zip |
add openal to DEPEND #49160
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/bcsdemo/bcsdemo-1.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-simulation/bcsdemo/bcsdemo-1.3.ebuild b/games-simulation/bcsdemo/bcsdemo-1.3.ebuild index 6f5a1ae0726f..3a6a636c4d10 100644 --- a/games-simulation/bcsdemo/bcsdemo-1.3.ebuild +++ b/games-simulation/bcsdemo/bcsdemo-1.3.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/games-simulation/bcsdemo/bcsdemo-1.3.ebuild,v 1.2 2004/02/20 07:33:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcsdemo/bcsdemo-1.3.ebuild,v 1.3 2004/04/28 08:35:44 vapier Exp $ inherit games eutils @@ -11,8 +11,9 @@ SRC_URI="ftp://ggdev-1.homelan.com/bcs/bcsdemo_v${PV/./_}.sh.bin" LICENSE="BCS" SLOT="0" KEYWORDS="-* x86" +IUSE="" -DEPEND="" +RDEPEND="media-libs/openal" S=${WORKDIR} |