diff options
author | tg <tg@FreeBSD.org> | 1999-11-03 09:45:26 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-11-03 09:45:26 +0000 |
commit | 2d0fd228a0a6037ff80aebe32dc8547c43baaf53 (patch) | |
tree | e8446ed04f5e442f5522aab02b457aa3f05cadac /lang/python21 | |
parent | bc09f2278c97641ce29e3bdf417f69df5d3df2a6 (diff) | |
download | FreeBSD-ports-2d0fd228a0a6037ff80aebe32dc8547c43baaf53.zip FreeBSD-ports-2d0fd228a0a6037ff80aebe32dc8547c43baaf53.tar.gz |
Use Tk-8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index f7903a5..fe715b1 100644 --- a/lang/python21/Makefile +++ b/lang/python21/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 |