diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-07-10 03:17:07 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-07-10 03:17:07 +0000 |
commit | 0d3a7717f4971a46d05f10f032bd5355944cbacc (patch) | |
tree | 795c8c3d65c842606bf2d1338b35d056b9b2b905 /dev-lang/swig | |
parent | a minor tomcat related fix (diff) | |
download | gentoo-2-0d3a7717f4971a46d05f10f032bd5355944cbacc.tar.gz gentoo-2-0d3a7717f4971a46d05f10f032bd5355944cbacc.tar.bz2 gentoo-2-0d3a7717f4971a46d05f10f032bd5355944cbacc.zip |
*** empty log message ***
Diffstat (limited to 'dev-lang/swig')
-rw-r--r-- | dev-lang/swig/swig-1.3_alpha5-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/swig/swig-1.3_alpha5-r2.ebuild b/dev-lang/swig/swig-1.3_alpha5-r2.ebuild index 3c49bdce2db0..b7aaef2aec03 100644 --- a/dev-lang/swig/swig-1.3_alpha5-r2.ebuild +++ b/dev-lang/swig/swig-1.3_alpha5-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3_alpha5-r2.ebuild,v 1.1 2001/04/28 20:41:29 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3_alpha5-r2.ebuild,v 1.2 2001/07/10 03:17:07 achim Exp $ P=swig1.3a5 A=${P}.tar.gz @@ -15,7 +15,7 @@ DEPEND="virtual/glibc >=sys-devel/gcc-2.95.2 java? ( >=dev-lang/jdk-1.3 ) ruby? ( >=dev-lang/ruby-1.6.1 ) guile? ( >=dev-util/guile-1.4 ) - tcltk? ( >=dev-lang/tcl-tk-8.1.1 ) + tcltk? ( >=dev-lang/tcl-tk-8.4.2 ) perl? ( >=sys-devel/perl-5.6.1 )" src_compile() { @@ -40,7 +40,7 @@ src_compile() { myconf="$myconf --without-guile" fi if [ "`use tcltk`" ] ; then - myconf="$myconf --with-tcl --with-tcllib=/usr/lib/tcl-8.1" + myconf="$myconf --with-tcl --with-tcllib=/usr/lib/tcl-8.4" else myconf="$myconf --without-tcltk" fi |