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 /media-libs | |
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 'media-libs')
-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 )" |