diff options
author | wosch <wosch@FreeBSD.org> | 1997-04-20 13:20:00 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-04-20 13:20:00 +0000 |
commit | 0b27c058243382deccae8593e22dfb11224c6f8c (patch) | |
tree | 0db22f89d9e1aaad355d132137bc68056aa12231 /lang/tclX80 | |
parent | 64d761c417b5443915bd995e218ae6a62ace3155 (diff) | |
download | FreeBSD-ports-0b27c058243382deccae8593e22dfb11224c6f8c.zip FreeBSD-ports-0b27c058243382deccae8593e22dfb11224c6f8c.tar.gz |
Add virtual category 'tk41'.
Diffstat (limited to 'lang/tclX80')
-rw-r--r-- | lang/tclX80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tclX80/Makefile b/lang/tclX80/Makefile index fe21185..02dfe50 100644 --- a/lang/tclX80/Makefile +++ b/lang/tclX80/Makefile @@ -3,12 +3,12 @@ # Date created: 6 February 1996 # Whom: jkh # -# $Id: Makefile,v 1.11 1996/11/18 14:03:30 asami Exp $ +# $Id: Makefile,v 1.12 1997/01/06 12:10:04 jkh Exp $ # DISTNAME= tclX7.5.2 PKGNAME= tclX-7.5.2 -CATEGORIES= lang +CATEGORIES= lang tk41 MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/ DEPENDS= ${TK_DIR} |