aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-04-23 19:51:52 +0800
committergahr <gahr@FreeBSD.org>2013-04-23 19:51:52 +0800
commit46f22ba7bb87908e6db7504337804a01cd5b1061 (patch)
tree85fa201a8b2f77aa2eeebf378af8a1d9cc666b3a /textproc
parent2c03cc4ccce4b31cc35f5341686aa26ccd4e7e38 (diff)
downloadfreebsd-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 'textproc')
-rw-r--r--textproc/catdoc/Makefile2
-rw-r--r--textproc/xmlgen/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile
index 22ca7e571f3f..fae23e4ee42c 100644
--- a/textproc/catdoc/Makefile
+++ b/textproc/catdoc/Makefile
@@ -33,7 +33,7 @@ post-patch:
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWORDVIEW}
-USE_TK= 83+
+USE_TK= 84+
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
CONFIGURE_ARGS+= --with-wish=${WISH}
PLIST_SUB+= WORDVIEW=""
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 <bsd.port.pre.mk>