aboutsummaryrefslogtreecommitdiff
path: root/textproc/catdoc
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-01-13 11:58:14 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-01-13 11:58:14 +0000
commit12f7e48c0fb82a947ff0afcc969de2f8094dfbd5 (patch)
treefb5517fad9bf144dc4c462965d1b666c0ee4e7e3 /textproc/catdoc
parent546cc3de64ed08bb1acde69c7e40e9f6f65b7590 (diff)
downloadports-12f7e48c0fb82a947ff0afcc969de2f8094dfbd5.tar.gz
ports-12f7e48c0fb82a947ff0afcc969de2f8094dfbd5.zip
- Convert to USES=tk
Notes
Notes: svn path=/head/; revision=339590
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 d339a58b0242..e1206ae366a8 100644
--- a/textproc/catdoc/Makefile
+++ b/textproc/catdoc/Makefile
@@ -33,7 +33,7 @@ CFLAGS+= -DLATIN1=1
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWORDVIEW}
-USE_TK= 84+
+USES+= tk
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
CONFIGURE_ARGS+= --with-wish=${WISH}
.else