diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-01-15 00:32:54 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-01-15 00:32:54 +0000 |
commit | ff493fb078443b877786a2c8fbe366117709a4db (patch) | |
tree | ff82b42c4e2ca1b29a9a51851716d19db60dab85 /kde-base | |
parent | was missing (diff) | |
download | gentoo-2-ff493fb078443b877786a2c8fbe366117709a4db.tar.gz gentoo-2-ff493fb078443b877786a2c8fbe366117709a4db.tar.bz2 gentoo-2-ff493fb078443b877786a2c8fbe366117709a4db.zip |
Integrated the new tcl-tk scheme. This hasn't been tested much, so people
using these applications, please try it out. I've done this to advance
the new scheme and start the testing of it. It's a good thing that tcl and
tk are seperated, and the earlier the better.
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdemultimedia/kdemultimedia-2.2.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kde-base/kdemultimedia/kdemultimedia-2.2.2.ebuild b/kde-base/kdemultimedia/kdemultimedia-2.2.2.ebuild index e042c227ebb1..62dab69f85c4 100644 --- a/kde-base/kdemultimedia/kdemultimedia-2.2.2.ebuild +++ b/kde-base/kdemultimedia/kdemultimedia-2.2.2.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/kdemultimedia/kdemultimedia-2.2.2.ebuild,v 1.6 2002/01/04 16:02:03 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-2.2.2.ebuild,v 1.7 2002/01/15 00:32:54 gbevin Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-dist || die @@ -17,7 +17,6 @@ newdepend ">=sys-libs/ncurses-5.2 motif? ( >=x11-libs/openmotif-2.1.30 ) gtk? ( >=x11-libs/gtk+-1.2.10-r4 ) slang? ( >=sys-libs/slang-1.4.4 )" -# tcltk? ( =dev-lang/tcl-tk.8.0.5-r2 ) src_unpack() { @@ -40,7 +39,7 @@ src_compile() { use motif && myinterface="$myinterface,motif" use gtk && myinterface="$myinterface,gtk" use slang && myinterface="$myinterface,slang" -# tcl tk does not work: use tcltk && myinterface="$myinterface,tcltk" +# tcl tk does not work myconf="$myconf $myaudio $myinterface" |