aboutsummaryrefslogtreecommitdiff
path: root/textproc/catdoc
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-12-04 10:43:09 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-12-04 10:43:09 +0000
commit0d5d01dd477cbdb953cd6c657dca29f19bfa69b6 (patch)
tree954597884c3734a5fa9babd315a8f8306c4279f6 /textproc/catdoc
parent344d1b44f96d7ca8c3dc36da1e7a819f092a230f (diff)
downloadports-0d5d01dd477cbdb953cd6c657dca29f19bfa69b6.tar.gz
ports-0d5d01dd477cbdb953cd6c657dca29f19bfa69b6.zip
- Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe: yes Reported by: beat, bapt
Notes
Notes: svn path=/head/; revision=308232
Diffstat (limited to 'textproc/catdoc')
-rw-r--r--textproc/catdoc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile
index 3b238755cf32..0adcb45c6a0f 100644
--- a/textproc/catdoc/Makefile
+++ b/textproc/catdoc/Makefile
@@ -34,7 +34,7 @@ post-patch:
.include <bsd.port.pre.mk>
.if defined(WITH_WORDVIEW)
-USE_TK= 82+
+USE_TK= 83+
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
CONFIGURE_ARGS+= --with-wish=${WISH}
PLIST_SUB+= WORDVIEW=""