summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-22 05:10:29 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-22 05:10:29 +0000
commit6274ada43b53166487f9a3957dc5dcf125b0cd0e (patch)
tree4788b86c8952c583c41277a74a0132a2c6aed602 /games-strategy
parentinitial import (diff)
downloadgentoo-2-6274ada43b53166487f9a3957dc5dcf125b0cd0e.tar.gz
gentoo-2-6274ada43b53166487f9a3957dc5dcf125b0cd0e.tar.bz2
gentoo-2-6274ada43b53166487f9a3957dc5dcf125b0cd0e.zip
add arts to DEPEND #79020
(Portage version: 2.0.51-r14)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/boson/boson-0.10.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games-strategy/boson/boson-0.10.ebuild b/games-strategy/boson/boson-0.10.ebuild
index c16a8581efc7..7cd3506ca09d 100644
--- a/games-strategy/boson/boson-0.10.ebuild
+++ b/games-strategy/boson/boson-0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation and Thomas Capricelli <orzel@kde.org>
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.10.ebuild,v 1.4 2005/01/14 23:38:07 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.10.ebuild,v 1.5 2005/01/22 05:10:29 vapier Exp $
inherit kde
@@ -15,16 +15,17 @@ IUSE="opengl"
DEPEND="media-libs/lib3ds
>=media-libs/openal-20040303
+ kde-base/arts
opengl? ( virtual/opengl )"
need-kde 3
-S="${WORKDIR}/${PN}-all-${PV}"
+S=${WORKDIR}/${PN}-all-${PV}
src_compile() {
./configure \
--disable-debug \
--with-xinerama \
- `use_with opengl gl` \
+ $(use_with opengl gl) \
--host=${CHOST} \
--prefix=${KDEDIR} \
|| die "./configure failed"