diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-13 19:58:14 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-13 19:58:14 +0800 |
commit | 6640058eae57e5c03cc0cf3887934e78ea4bff0a (patch) | |
tree | fb5517fad9bf144dc4c462965d1b666c0ee4e7e3 | |
parent | a65347484632a2baafe78735cb82786618f9df48 (diff) | |
download | freebsd-ports-gnome-6640058eae57e5c03cc0cf3887934e78ea4bff0a.tar.gz freebsd-ports-gnome-6640058eae57e5c03cc0cf3887934e78ea4bff0a.tar.zst freebsd-ports-gnome-6640058eae57e5c03cc0cf3887934e78ea4bff0a.zip |
- Convert to USES=tk
-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 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 |