diff options
Diffstat (limited to 'games-simulation/openttd')
-rw-r--r-- | games-simulation/openttd/openttd-0.3.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/openttd/openttd-0.3.6-r1.ebuild b/games-simulation/openttd/openttd-0.3.6-r1.ebuild index 1b19026c0860..301324725430 100644 --- a/games-simulation/openttd/openttd-0.3.6-r1.ebuild +++ b/games-simulation/openttd/openttd-0.3.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.3.6-r1.ebuild,v 1.1 2005/04/12 11:48:28 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.3.6-r1.ebuild,v 1.2 2005/04/13 07:17:52 dholm Exp $ inherit eutils games @@ -31,7 +31,7 @@ src_compile() { use zlib && myopts="${myopts} WITH_ZLIB=1" myopts="${myopts} WITH_SDL=1" if ! use timidity; then - use alsa && myopts="${myopts} MIDI=/usr/bin/pmidi" + use alsa && myopts="${myopts} MIDI=/usr/bin/aplaymidi" fi fi |