diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-22 07:13:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-22 07:13:11 +0000 |
commit | 21b19d8dd71c4fc3b8eb47a50a61c8644049b150 (patch) | |
tree | ecdec5e35c7eb8091184919601337a4adff53d30 /dev-libs/redland | |
parent | header fix; arm needs deps first (diff) | |
download | historical-21b19d8dd71c4fc3b8eb47a50a61c8644049b150.tar.gz historical-21b19d8dd71c4fc3b8eb47a50a61c8644049b150.tar.bz2 historical-21b19d8dd71c4fc3b8eb47a50a61c8644049b150.zip |
tcl -> tcltk
Diffstat (limited to 'dev-libs/redland')
-rw-r--r-- | dev-libs/redland/redland-0.9.15.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/redland/redland-0.9.15.ebuild b/dev-libs/redland/redland-0.9.15.ebuild index 9a0726ded473..5667086ca2fe 100644 --- a/dev-libs/redland/redland-0.9.15.ebuild +++ b/dev-libs/redland/redland-0.9.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-0.9.15.ebuild,v 1.1 2004/02/21 09:51:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-0.9.15.ebuild,v 1.2 2004/02/22 07:13:11 vapier Exp $ DESCRIPTION="high-level interface for the Resource Description Framework" HOMEPAGE="http://www.redland.opensource.ac.uk/" @@ -9,12 +9,12 @@ SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="perl python java tcl php ruby libwww mysql" +IUSE="perl python java tcltk php ruby libwww mysql" DEPEND="perl? ( dev-lang/perl ) python? ( dev-lang/python ) java? ( virtual/jdk ) - tcl? ( dev-lang/tcl ) + tcltk? ( dev-lang/tcl ) php? ( dev-php/php ) ruby? ( dev-lang/ruby ) libwww? ( net-libs/libwww ) @@ -25,7 +25,7 @@ src_compile() { `use_with perl` \ `use_with python` \ `use_with java` \ - `use_with tcl` \ + `use_with tcltk tcl` \ `use_with php` \ `use_with ruby` \ `use_with libwww` \ |