diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 13:13:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 13:13:16 +0000 |
commit | 5812de6cad8e1e805064bee092950cdc9934a516 (patch) | |
tree | c7e8309958dbcfc8385a365e6b29258175c91037 /lang/itcl | |
parent | 7f7be8d1c8080b0df9fc0bab1625ab6893b82560 (diff) | |
download | ports-5812de6cad8e1e805064bee092950cdc9934a516.tar.gz ports-5812de6cad8e1e805064bee092950cdc9934a516.zip |
Notes
Diffstat (limited to 'lang/itcl')
-rw-r--r-- | lang/itcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 6a254d47b14f..a28a93be9655 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,12 +3,12 @@ # Date created: Mon Oct 3 22:06:21 EDT 1994 # Whom: rww # -# $Id: Makefile,v 1.7 1995/06/24 11:39:31 asami Exp $ +# $Id: Makefile,v 1.8 1995/10/11 01:19:48 asami Exp $ # DISTNAME= itcl-1.5 HAS_CONFIGURE= yes -CATEGORIES+= languages +CATEGORIES+= lang MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ DEPENDS= ${PORTSDIR}/lang/tcl |