diff options
author | gahr <gahr@FreeBSD.org> | 2012-12-04 18:43:09 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-12-04 18:43:09 +0800 |
commit | 3a008a43eed3c1c0439f6b307ef53672aead14c9 (patch) | |
tree | 954597884c3734a5fa9babd315a8f8306c4279f6 /sysutils/tclsyslog | |
parent | 295d21d9460d33b52c0db3d2724efc2779562e0b (diff) | |
download | freebsd-ports-gnome-3a008a43eed3c1c0439f6b307ef53672aead14c9.tar.gz freebsd-ports-gnome-3a008a43eed3c1c0439f6b307ef53672aead14c9.tar.zst freebsd-ports-gnome-3a008a43eed3c1c0439f6b307ef53672aead14c9.zip |
- Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe: yes
Reported by: beat, bapt
Diffstat (limited to 'sysutils/tclsyslog')
-rw-r--r-- | sysutils/tclsyslog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/tclsyslog/Makefile b/sysutils/tclsyslog/Makefile index e1820cf36618..6aed5e6313c8 100644 --- a/sysutils/tclsyslog/Makefile +++ b/sysutils/tclsyslog/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://ftp.wagner.pp.ru/pub/tcl/tclsyslog/ MAINTAINER= frank@fenor.de COMMENT= Tcl Interface to Syslog -USE_TCL= 82+ +USE_TCL= 83+ MANN= syslog.n MANCOMPRESSED= no |