summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-07-14 20:50:38 +0000
committerDan Armak <danarmak@gentoo.org>2002-07-14 20:50:38 +0000
commitb64c0672eda3ca48741ebd1e674ee14d23306fca (patch)
tree0de11b36d653626355ca84b502d62fd75f74a059 /kde-base/kdeaddons
parentInitial relase xli a image viewer (diff)
downloadgentoo-2-b64c0672eda3ca48741ebd1e674ee14d23306fca.tar.gz
gentoo-2-b64c0672eda3ca48741ebd1e674ee14d23306fca.tar.bz2
gentoo-2-b64c0672eda3ca48741ebd1e674ee14d23306fca.zip
add xmms dep, dependadnt on use xmms; add kdegames dep for atlantik editor plugin
Diffstat (limited to 'kde-base/kdeaddons')
-rw-r--r--kde-base/kdeaddons/kdeaddons-3.1_alpha1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/kde-base/kdeaddons/kdeaddons-3.1_alpha1.ebuild b/kde-base/kdeaddons/kdeaddons-3.1_alpha1.ebuild
index c84e429930fc..1f4ffb5ffbdc 100644
--- a/kde-base/kdeaddons/kdeaddons-3.1_alpha1.ebuild
+++ b/kde-base/kdeaddons/kdeaddons-3.1_alpha1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/kdeaddons-3.1_alpha1.ebuild,v 1.1 2002/07/12 22:07:34 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/kdeaddons-3.1_alpha1.ebuild,v 1.2 2002/07/14 20:50:38 danarmak Exp $
inherit kde-dist || die
DESCRIPTION="${DESCRIPTION}Addons"
@@ -8,9 +8,11 @@ DESCRIPTION="${DESCRIPTION}Addons"
newdepend "~kde-base/kdebase-${PV}
~kde-base/kdenetwork-${PV}
~kde-base/kdemultimedia-${PV}
+ ~kde-base/kdegames-${PV}
sdl? ( >=media-libs/libsdl-1.2 )
- svga? ( media-libs/svgalib )"
+ svga? ( media-libs/svgalib )
+ xmms? ( media-sound/xmms )"
use sdl && myconf="$myconf --with-sdl --with-sdl-prefix=/usr" || myconf="$myconf --without-sdl --disable-sdltest"
-
+use xmms || export ac_cv_have_xmms=no