diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /lang/python22 | |
parent | Rename 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/python22')
-rw-r--r-- | lang/python22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 1fc09decdd28..8845def09639 100644 --- a/lang/python22/Makefile +++ b/lang/python22/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 |