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 | e310c2c6cf9ed0490cbfe8e05af3b2b43233fa31 (patch) | |
tree | 15b14b1f05086a1b0490ebab30dfc5eab38385e5 /dev-lang | |
parent | a minor tomcat related fix (diff) | |
download | historical-e310c2c6cf9ed0490cbfe8e05af3b2b43233fa31.tar.gz historical-e310c2c6cf9ed0490cbfe8e05af3b2b43233fa31.tar.bz2 historical-e310c2c6cf9ed0490cbfe8e05af3b2b43233fa31.zip |
*** empty log message ***
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/jdk/jdk-1.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/swig/swig-1.3_alpha5-r2.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-lang/jdk/jdk-1.3.1.ebuild b/dev-lang/jdk/jdk-1.3.1.ebuild index 22ca4b9320c2..987cd1e110af 100644 --- a/dev-lang/jdk/jdk-1.3.1.ebuild +++ b/dev-lang/jdk/jdk-1.3.1.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/jdk/jdk-1.3.1.ebuild,v 1.1 2001/07/10 00:32:26 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/jdk/jdk-1.3.1.ebuild,v 1.2 2001/07/10 03:17:07 achim Exp $ P=jdk-1.3.1 A=j2sdk-1.3.1-FCS-linux-i386.tar.bz2 @@ -33,7 +33,7 @@ src_install() { } pkg_postinst () { - ln -s ${ROOT}/opt/jdk-${PV} ${ROOT}/opt/java + ln -sf ${ROOT}/opt/jdk-${PV} ${ROOT}/opt/java } 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 |