diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2024-04-01 14:11:46 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2024-04-01 14:11:46 +0000 |
commit | dbf77f72b059f68319337672014c19943d69c4a7 (patch) | |
tree | 0cdd3a83d6feb5e818275b9efbfe4e7dd197718a | |
parent | f6a5d79aadb7a8f6e274616e2abba12720cfc51a (diff) |
lang/itcl: remove support for Tcl 8.5
PR: 277390
Submitted by: gahr
Approved by: maintainer timeout
-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 a0203e95e410..316960a5d019 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= itcl PORTVERSION= 3.4.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= lang tcl MASTER_SITES= SF/incrtcl/%5BIncr%20Tcl_Tk%5D-source/itcl%203.4.4 @@ -10,7 +10,7 @@ MAINTAINER= erik@bz.bzflag.bz COMMENT= Object-oriented extension to Tcl [incr Tcl] WWW= https://sourceforge.net/projects/incrtcl/ -USES+= tcl:85,86,tea +USES+= tcl:86,tea USE_LDCONFIG= ${PREFIX}/lib/itcl${PORTVERSION:R} |