diff options
author | mm <mm@FreeBSD.org> | 2009-07-07 14:48:54 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-07-07 14:48:54 +0800 |
commit | e243b78a980883b008b5af4a88dde641546b49e9 (patch) | |
tree | 977c313a953776fa27366a659b8ad0bcbc69a17d /textproc/catdoc | |
parent | bbf09ba10d721209d077291a8f74e48f7745dba6 (diff) | |
download | freebsd-ports-gnome-e243b78a980883b008b5af4a88dde641546b49e9.tar.gz freebsd-ports-gnome-e243b78a980883b008b5af4a88dde641546b49e9.tar.zst freebsd-ports-gnome-e243b78a980883b008b5af4a88dde641546b49e9.zip |
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+
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 b52cab819f27..e5de8d42dcca 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= 80+ +USE_TK= 82+ .include "${PORTSDIR}/Mk/bsd.tcl.mk" CONFIGURE_ARGS+= --with-wish=${WISH} PLIST_SUB+= WORDVIEW="" |