diff options
author | mi <mi@FreeBSD.org> | 2001-05-16 04:04:01 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-05-16 04:04:01 +0800 |
commit | 52538db7d0019c514e483b2b257af76030ad0581 (patch) | |
tree | dc1c7882e93eb4aed7bb38714db53ef4b562e140 /devel/tcltls/Makefile | |
parent | 7715b6ee6b2544d56b375af95847140f001e4d99 (diff) | |
download | freebsd-ports-gnome-52538db7d0019c514e483b2b257af76030ad0581.tar.gz freebsd-ports-gnome-52538db7d0019c514e483b2b257af76030ad0581.tar.zst freebsd-ports-gnome-52538db7d0019c514e483b2b257af76030ad0581.zip |
Add a patch, which sets the name of the new channel type to "tls". This
was happening if the static structures were used, but not when the
tlsChannelType structure was created on the fly (as is needed for use
with different versions of TCL). Bump up the PORTREVISION.
Diffstat (limited to 'devel/tcltls/Makefile')
-rw-r--r-- | devel/tcltls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/tcltls/Makefile b/devel/tcltls/Makefile index 67c0a7cc630a..f708466ce3b1 100644 --- a/devel/tcltls/Makefile +++ b/devel/tcltls/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcltls PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= devel tcl83 MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR=tls |