diff options
author | gahr <gahr@FreeBSD.org> | 2013-04-23 19:51:52 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-04-23 19:51:52 +0800 |
commit | 46f22ba7bb87908e6db7504337804a01cd5b1061 (patch) | |
tree | 85fa201a8b2f77aa2eeebf378af8a1d9cc666b3a /sysutils | |
parent | 2c03cc4ccce4b31cc35f5341686aa26ccd4e7e38 (diff) | |
download | freebsd-ports-gnome-46f22ba7bb87908e6db7504337804a01cd5b1061.tar.gz freebsd-ports-gnome-46f22ba7bb87908e6db7504337804a01cd5b1061.tar.zst freebsd-ports-gnome-46f22ba7bb87908e6db7504337804a01cd5b1061.zip |
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
default, I don't expect this change to cause much trouble)
Diffstat (limited to 'sysutils')
-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 6aed5e6313c8..2de2ea49c9ec 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= 83+ +USE_TCL= 84+ MANN= syslog.n MANCOMPRESSED= no |