diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-11-03 09:45:26 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-11-03 09:45:26 +0000 |
commit | ff7bef2c1ea036e871297e3b889f7375ba4e870e (patch) | |
tree | 434e8bc125980a738eda5dc13950146957daaa55 /lang/python26 | |
parent | 4060394fc537ccbcece4461fc90f0d7771623a28 (diff) | |
download | ports-ff7bef2c1ea036e871297e3b889f7375ba4e870e.tar.gz ports-ff7bef2c1ea036e871297e3b889f7375ba4e870e.zip |
Notes
Diffstat (limited to 'lang/python26')
-rw-r--r-- | lang/python26/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index f7903a58baaa..fe715b119522 100644 --- a/lang/python26/Makefile +++ b/lang/python26/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 |