diff options
Diffstat (limited to 'media-sound/amarok/amarok-1.3_beta2.ebuild')
-rw-r--r-- | media-sound/amarok/amarok-1.3_beta2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/amarok/amarok-1.3_beta2.ebuild b/media-sound/amarok/amarok-1.3_beta2.ebuild index c7d0ec15634c..19084724dc20 100644 --- a/media-sound/amarok/amarok-1.3_beta2.ebuild +++ b/media-sound/amarok/amarok-1.3_beta2.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/media-sound/amarok/amarok-1.3_beta2.ebuild,v 1.3 2005/07/10 17:14:48 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.3_beta2.ebuild,v 1.4 2005/07/31 12:33:50 flameeyes Exp $ inherit kde eutils @@ -67,7 +67,7 @@ src_compile() { # amarok does not respect kde coding standards, and makes a lot of # assuptions regarding its installation directory. For this reason, # it must be installed in the KDE install directory. - PREFIX="`kde-config --prefix`" + PREFIX="${KDEDIR}" local myconf="$(use_with arts) $(use_with xine) $(use_with gstreamer) $(use_enable mysql) $(use_enable postgres postgresql) |