summaryrefslogtreecommitdiff
path: root/lang/python32/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-11-03 09:45:26 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-11-03 09:45:26 +0000
commitff7bef2c1ea036e871297e3b889f7375ba4e870e (patch)
tree434e8bc125980a738eda5dc13950146957daaa55 /lang/python32/Makefile
parentUpdate to patchlevel 37 (diff)
Use Tk-8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=22884
Diffstat (limited to '')
-rw-r--r--lang/python32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index f7903a58baaa..fe715b119522 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/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