diff options
author | mm <mm@FreeBSD.org> | 2007-09-05 23:49:20 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-09-05 23:49:20 +0800 |
commit | 9ad95852502198c7ecf3f23b0eebe70e873b385f (patch) | |
tree | 9bbfda80dc47d1994ba2b95f1361ab6c86a2a9c2 /lang | |
parent | 0798d2eae73e7665427fb157d668b0b865ac5f53 (diff) | |
download | freebsd-ports-gnome-9ad95852502198c7ecf3f23b0eebe70e873b385f.tar.gz freebsd-ports-gnome-9ad95852502198c7ecf3f23b0eebe70e873b385f.tar.zst freebsd-ports-gnome-9ad95852502198c7ecf3f23b0eebe70e873b385f.zip |
- Fix COMMENT from previous commit
PR: ports/115788
Diffstat (limited to 'lang')
-rw-r--r-- | lang/itcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index bc3ac34e2c15..06cbff3240b0 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR=incrtcl DISTNAME= itcl${PORTVERSION} MAINTAINER= erik@smluc.org -COMMENT= Object extension to Tcl [incr Tcl] +COMMENT= Object-oriented extension to Tcl [incr Tcl] USE_TCL= 84+ |