diff options
author | David Holm <dholm@gentoo.org> | 2005-04-13 07:17:52 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-04-13 07:17:52 +0000 |
commit | bd4eecc592ed9f44a0b6dbfb1b5299712e693ea6 (patch) | |
tree | 3136152482e6f544578103760b328c7cb27e1c53 /games-simulation/openttd | |
parent | qbankmanager version bump (diff) | |
download | gentoo-2-bd4eecc592ed9f44a0b6dbfb1b5299712e693ea6.tar.gz gentoo-2-bd4eecc592ed9f44a0b6dbfb1b5299712e693ea6.tar.bz2 gentoo-2-bd4eecc592ed9f44a0b6dbfb1b5299712e693ea6.zip |
pmidi should be aplaymidi
(Portage version: 2.0.51.19)
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 |