diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-31 22:32:27 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-31 22:32:27 +0000 |
commit | a33a13b25501f4be69b3a94b99c7463fa6a615ba (patch) | |
tree | aabfb3cf6fcde808eb08ee5fb0902857e3eb542f /x11/p5-Tk | |
parent | 4494f0eae38a3158b86486131f31946fe3b4aaf5 (diff) | |
download | pkgsrc-a33a13b25501f4be69b3a94b99c7463fa6a615ba.tar.gz |
Adapt this package to tk-8.3.2.
Hey, at least the python people put their money where their mouth is --
*I* sure don't use p5-Tk.... <duck> :-) :-) :-)
Ok, I'll shut up and have another cup of coffee now...
Diffstat (limited to 'x11/p5-Tk')
-rw-r--r-- | x11/p5-Tk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index 2919fbcb8c8..03dd380a8c1 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.16 2000/08/28 08:28:22 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2000/08/31 22:32:27 jwise Exp $ # FreeBSD Id: Makefile,v 1.14 1997/09/14 04:00:00 jfitz Exp # DISTNAME= Tk800.022 PKGNAME= p5-Tk-800.022 -CATEGORIES= x11 tk80 perl5 +CATEGORIES= x11 tk perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Tk/pod/overview.html BUILD_DEPENDS= ${PERL5_SITEARCH}/auto/HTML/Parser/.packlist:../../www/p5-HTML-Parser -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk USE_X11= # defined USE_PERL5= # defined |