diff options
author | tg <tg@FreeBSD.org> | 1999-11-03 17:45:26 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-11-03 17:45:26 +0800 |
commit | 2d0fd228a0a6037ff80aebe32dc8547c43baaf53 (patch) | |
tree | e8446ed04f5e442f5522aab02b457aa3f05cadac /lang/python32 | |
parent | bc09f2278c97641ce29e3bdf417f69df5d3df2a6 (diff) | |
download | freebsd-ports-gnome-2d0fd228a0a6037ff80aebe32dc8547c43baaf53.tar.gz freebsd-ports-gnome-2d0fd228a0a6037ff80aebe32dc8547c43baaf53.tar.zst freebsd-ports-gnome-2d0fd228a0a6037ff80aebe32dc8547c43baaf53.zip |
Use Tk-8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'lang/python32')
-rw-r--r-- | lang/python32/Makefile | 4 |
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 |