diff options
author | 2002-01-15 00:32:54 +0000 | |
---|---|---|
committer | 2002-01-15 00:32:54 +0000 | |
commit | ff493fb078443b877786a2c8fbe366117709a4db (patch) | |
tree | ff82b42c4e2ca1b29a9a51851716d19db60dab85 /dev-lang/swig | |
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 'dev-lang/swig')
-rw-r--r-- | dev-lang/swig/swig-1.3.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/swig/swig-1.3.10.ebuild b/dev-lang/swig/swig-1.3.10.ebuild index 0abd54f1a919..3bbfb7c54bf9 100644 --- a/dev-lang/swig/swig-1.3.10.ebuild +++ b/dev-lang/swig/swig-1.3.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Tools Team <tools@gentoo.org> # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.10.ebuild,v 1.1 2002/01/14 10:42:37 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.10.ebuild,v 1.2 2002/01/15 00:32:54 gbevin Exp $ S=${WORKDIR}/SWIG-${PV} DESCRIPTION="Simplied Wrapper and Interface Generator" @@ -15,7 +15,7 @@ DEPEND="virtual/glibc java? ( virtual/jdk ) ruby? ( >=dev-lang/ruby-1.6.1 ) guile? ( >=dev-util/guile-1.4 ) - tcltk? ( >=dev-lang/tcl-tk-8.3 ) + tcltk? ( >=dev-lang/tk-8.3 ) perl? ( >=sys-devel/perl-5.6.1 )" RDEPEND="" |