diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2017-09-07 10:56:40 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2017-09-07 10:56:40 +0000 |
commit | d33268a8e503dbb983e2d378e54ae7e6c8ba0ae3 (patch) | |
tree | f77f0ccbda9db7030764a923d493f061cd647b57 /lang/itcl | |
parent | 3d54670350fc1377066a5e1f8680c2874fb79425 (diff) |
Notes
Diffstat (limited to 'lang/itcl')
-rw-r--r-- | lang/itcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 50551dbf383c..6642cf99c4fb 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,6 +3,7 @@ PORTNAME= itcl PORTVERSION= 3.4.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang tcl MASTER_SITES= SF/incrtcl/%5BIncr%20Tcl_Tk%5D-source/3.4.1 @@ -11,7 +12,7 @@ DISTNAME= itcl${PORTVERSION} MAINTAINER= erik@bz.bzflag.bz COMMENT= Object-oriented extension to Tcl [incr Tcl] -USES+= tcl:84+,tea +USES+= tcl:85+,tea USE_LDCONFIG= ${PREFIX}/lib/itcl${PORTVERSION:R} |