diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-04-20 13:20:00 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-04-20 13:20:00 +0000 |
commit | 1760fd66540c713665a0483dcd354481bc58ae6f (patch) | |
tree | 134eb59f36f3fd48bf496a725a676c06a10d4726 /lang/python21 | |
parent | 0a1819bd2829c7ed870f700dd9be402a8f769f3f (diff) | |
download | ports-1760fd66540c713665a0483dcd354481bc58ae6f.tar.gz ports-1760fd66540c713665a0483dcd354481bc58ae6f.zip |
Add virtual category 'tk41'.
Notes
Notes:
svn path=/head/; revision=6248
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index ff656e4a7903..9d4d06ab36a2 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -3,12 +3,12 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.11 1997/01/02 10:02:48 tg Exp $ +# $Id: Makefile,v 1.12 1997/02/21 14:57:01 tg Exp $ # DISTNAME= python1.4 PKGNAME= python-1.4 -CATEGORIES= lang +CATEGORIES= lang tk41 MASTER_SITES= ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ \ ftp://www.python.org/pub/python/contrib/Graphics/Tkinter/ \ |