aboutsummaryrefslogtreecommitdiff
path: root/lang/python23/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-02-27 10:21:35 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-02-27 10:21:35 +0000
commit006ffd57dec93c396ff1958b569bf5e2d4e9ed34 (patch)
treef6ad83c831b2c56c6e9ef92b1a1752921e31043e /lang/python23/Makefile
parent2f625c6887d2a7bd872436746bed19343d65d3e3 (diff)
downloadports-006ffd57dec93c396ff1958b569bf5e2d4e9ed34.tar.gz
ports-006ffd57dec93c396ff1958b569bf5e2d4e9ed34.zip
Notes
Diffstat (limited to 'lang/python23/Makefile')
-rw-r--r--lang/python23/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index dd13841445e2..90703f216167 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -3,12 +3,12 @@
# Date created: 08 August 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.20 1998/01/07 08:32:53 tg Exp $
+# $Id: Makefile,v 1.21 1998/02/24 21:43:19 jseger Exp $
#
DISTNAME= python1.5
PKGNAME= python-1.5
-CATEGORIES= lang tk81
+CATEGORIES= lang tk80
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
ftp://ftp.cwi.nl/pub/python/src/
@@ -34,7 +34,7 @@ SETUP_FILE= Setup
#
WITH_TK?= yes
.if defined(WITH_TK) && $(WITH_TK) == yes
-TK_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81
+TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
SETUP_LOCAL= Setup.tk
.endif