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 | ff493fb078443b877786a2c8fbe366117709a4db (patch) | |
tree | ff82b42c4e2ca1b29a9a51851716d19db60dab85 /media-libs/pdflib | |
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 'media-libs/pdflib')
-rw-r--r-- | media-libs/pdflib/pdflib-4.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/pdflib/pdflib-4.0.1-r1.ebuild b/media-libs/pdflib/pdflib-4.0.1-r1.ebuild index 5a8a6cc25030..fe79bd95184d 100644 --- a/media-libs/pdflib/pdflib-4.0.1-r1.ebuild +++ b/media-libs/pdflib/pdflib-4.0.1-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Grant Goodyear <g2boojum@hotmail.com> -# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-4.0.1-r1.ebuild,v 1.2 2002/01/14 01:07:22 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-4.0.1-r1.ebuild,v 1.3 2002/01/15 00:32:54 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="A library for generating PDF on the fly" SRC_URI="http://www.pdflib.com/pdflib/download/${P}.tar.gz" HOMEPAGE="http://www.pdflib.com" -DEPEND="tcltk? ( >=dev-lang/tcl-tk-8.2 ) +DEPEND="tcltk? ( =dev-lang/tk-8.2 ) perl? ( >=sys-devel/perl-5.1 ) python? ( >=dev-lang/python-2.0 ) java? ( >=virtual/jdk-1.3 )" |