diff options
author | mi <mi@FreeBSD.org> | 2004-04-29 05:29:25 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-04-29 05:29:25 +0800 |
commit | 4cd47f0e6c757f041ba8621ebdf0bc7cb6c6778b (patch) | |
tree | da011929073a0a99fde34ce11479f05fb8d74810 /devel/tcllib/Makefile | |
parent | c0096a38784272d005f76e17d9d1f76c24af958d (diff) | |
download | freebsd-ports-gnome-4cd47f0e6c757f041ba8621ebdf0bc7cb6c6778b.tar.gz freebsd-ports-gnome-4cd47f0e6c757f041ba8621ebdf0bc7cb6c6778b.tar.zst freebsd-ports-gnome-4cd47f0e6c757f041ba8621ebdf0bc7cb6c6778b.zip |
For some reason, the mime::-module hardcodes the list of recognized encodings,
instead of relying on TCL core. Add the missing KOI8-U to the hardcoded list,
while I'm investigating. Bump portrevision.
Diffstat (limited to 'devel/tcllib/Makefile')
-rw-r--r-- | devel/tcllib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index 8193566a59db..ec0a63757e12 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcllib PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= devel tcl83 tcl84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcllib |