From 46f22ba7bb87908e6db7504337804a01cd5b1061 Mon Sep 17 00:00:00 2001 From: gahr Date: Tue, 23 Apr 2013 11:51:52 +0000 Subject: - 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) --- textproc/xmlgen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/xmlgen/Makefile') diff --git a/textproc/xmlgen/Makefile b/textproc/xmlgen/Makefile index fe792e67cfe5..4cc52951bddb 100644 --- a/textproc/xmlgen/Makefile +++ b/textproc/xmlgen/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/tclxml/${PORTNAME}/v${PORTVERSION} MAINTAINER= dereckson@gmail.com COMMENT= Write XML documents using Tcl -USE_TCL= 83+ +USE_TCL= 84+ NO_BUILD= yes .include -- cgit