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 | e95b4a2936dffb36c95ab13a082aae171f81233e (patch) | |
tree | 79618d59514c6e1491dc0deef45c952167641383 /dev-lang/swig | |
parent | was missing (diff) | |
download | historical-e95b4a2936dffb36c95ab13a082aae171f81233e.tar.gz historical-e95b4a2936dffb36c95ab13a082aae171f81233e.tar.bz2 historical-e95b4a2936dffb36c95ab13a082aae171f81233e.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="" |