summaryrefslogtreecommitdiff
path: root/lang/python30
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-07 23:56:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-07 23:56:56 +0000
commit5264cbceb577ae0481e496f827ae4d0e18712945 (patch)
tree03d79514a3868d93e8dc51510d0a33f4b098dd70 /lang/python30
parentRename category from x11 to x11-toolkits. (diff)
Fix up dependencies for ports that moved into the x11-toolkits category.
Notes
Notes: svn path=/head/; revision=12335
Diffstat (limited to 'lang/python30')
-rw-r--r--lang/python30/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile
index 1fc09decdd28..8845def09639 100644
--- a/lang/python30/Makefile
+++ b/lang/python30/Makefile
@@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.36 1998/07/23 07:49:12 tg Exp $
+# $Id: Makefile,v 1.37 1998/07/28 06:59:45 tg Exp $
#
DISTNAME= pyth151
@@ -46,7 +46,7 @@ SETUP_FILE= Setup
#
WITH_TK?= yes
.if defined(WITH_TK) && $(WITH_TK) == yes
-TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
+TK_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80
SETUP_LOCAL= Setup.tk
.endif