diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-09-05 15:49:20 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-09-05 15:49:20 +0000 |
commit | 2aab43c82c9aee81d36aae6286a07cdf785d40fc (patch) | |
tree | 9b263892286afdb144f0ac6d2e18c81cf6239a2b | |
parent | - Update to 1.7 (diff) |
- Fix COMMENT from previous commit
PR: ports/115788
Notes
Notes:
svn path=/head/; revision=198858
-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+ |