diff options
author | 2002-01-15 00:32:54 +0000 | |
---|---|---|
committer | 2002-01-15 00:32:54 +0000 | |
commit | ff493fb078443b877786a2c8fbe366117709a4db (patch) | |
tree | ff82b42c4e2ca1b29a9a51851716d19db60dab85 /media-gfx/sketch | |
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 'media-gfx/sketch')
-rw-r--r-- | media-gfx/sketch/sketch-0.6.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/sketch/sketch-0.6.12.ebuild b/media-gfx/sketch/sketch-0.6.12.ebuild index 1923b95c149c..25ce9ed83c84 100644 --- a/media-gfx/sketch/sketch-0.6.12.ebuild +++ b/media-gfx/sketch/sketch-0.6.12.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Chouser <chouser@gentoo.com> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sketch/sketch-0.6.12.ebuild,v 1.2 2002/01/11 23:01:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sketch/sketch-0.6.12.ebuild,v 1.3 2002/01/15 00:32:54 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="interactive X11 vector drawing program" @@ -9,7 +9,7 @@ SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz" HOMEPAGE="http://sketch.sourceforge.net/" DEPEND=">=dev-python/Imaging-1.1.2-r1 - dev-lang/tcl-tk + dev-lang/tk nls? ( sys-devel/gettext )" src_unpack() { |