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 /textproc/catdoc | |
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 'textproc/catdoc')
-rw-r--r-- | textproc/catdoc/Makefile | 2 |
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="" |