From ff7bef2c1ea036e871297e3b889f7375ba4e870e Mon Sep 17 00:00:00 2001
From: Thomas Gellekum <tg@FreeBSD.org>
Date: Wed, 3 Nov 1999 09:45:26 +0000
Subject: Use Tk-8.2.

Submitted by:	Ade Lovett <ade@lovett.com>
---
 lang/python31/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'lang/python31')

diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index f7903a58baaa..fe715b119522 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/Makefile
@@ -8,7 +8,7 @@
 
 DISTNAME=       py152
 PKGNAME=        python-1.5.2
-CATEGORIES=	lang python tk80
+CATEGORIES=	lang python tk82
 MASTER_SITES=	ftp://www.python.org/pub/python/src/ \
 		ftp://ftp.cwi.nl/pub/python/src/
 EXTRACT_SUFX=	.tgz
@@ -36,7 +36,7 @@ SETUP_FILE=	Setup
 #
 WITH_TK?=	yes
 .if defined(WITH_TK) && $(WITH_TK) == yes
-TK_DEPENDS=	tk80.1:${PORTSDIR}/x11-toolkits/tk80
+TK_DEPENDS=	tk82.1:${PORTSDIR}/x11-toolkits/tk82
 SETUP_LOCAL=	Setup.tk
 PLIST_TK=	${PKGDIR}/PLIST.tk
 .endif
-- 
cgit v1.2.3