diff options
Diffstat (limited to 'media-sound/sfc')
-rw-r--r-- | media-sound/sfc/sfc-0.016.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/sfc/sfc-0.016.ebuild b/media-sound/sfc/sfc-0.016.ebuild index 55f981f928af..ea0c9c248716 100644 --- a/media-sound/sfc/sfc-0.016.ebuild +++ b/media-sound/sfc/sfc-0.016.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sfc/sfc-0.016.ebuild,v 1.1 2006/05/15 03:00:58 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sfc/sfc-0.016.ebuild,v 1.2 2008/07/05 12:00:06 drac Exp $ DESCRIPTION="SoundFontCombi is an opensource software pseudo synthesizer." HOMEPAGE="http://personal.telefonica.terra.es/web/soudfontcombi/" @@ -9,13 +9,12 @@ SRC_URI="http://personal.telefonica.terra.es/web/soudfontcombi/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" - IUSE="" DEPEND=">=x11-libs/fltk-1.1.2 media-libs/alsa-lib" src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS ChangeLog README } |