diff options
Diffstat (limited to 'kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild')
-rw-r--r-- | kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild b/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild index 71a72794b5f6..512c9d12a924 100644 --- a/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild +++ b/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild,v 1.2 2002/06/05 20:13:08 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild,v 1.3 2002/06/10 19:56:29 danarmak Exp $ inherit kde-patch kde-dist || die @@ -10,7 +10,8 @@ DESCRIPTION="${DESCRIPTION}Addons" newdepend ">=kde-base/kdebase-${PV} >=kde-base/kdenetwork-${PV} >=kde-base/kdemultimedia-${PV} - sdl? ( >=media-libs/libsdl-1.2 )" + sdl? ( >=media-libs/libsdl-1.2 ) + media-libs/svgalib" use sdl && myconf="$myconf --with-sdl --with-sdl-prefix=/usr" || myconf="$myconf --without-sdl --disable-sdltest" |