diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-27 14:54:25 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-27 14:54:25 +0000 |
commit | fccd0ba782b652d93b398d75f7c4c0f0b6c35092 (patch) | |
tree | 7a7cd96aa8335ad11e29e7e0e02b0f23b1666729 | |
parent | 93a273d10caa4be78bda76dc38d95ef3cc7316f5 (diff) |
Notes
-rw-r--r-- | textproc/catdoc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index e1206ae366a8..1a92f71ec354 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -34,7 +34,6 @@ CFLAGS+= -DLATIN1=1 .if ${PORT_OPTIONS:MWORDVIEW} USES+= tk -.include "${PORTSDIR}/Mk/bsd.tcl.mk" CONFIGURE_ARGS+= --with-wish=${WISH} .else CONFIGURE_ARGS+= --disable-wordview |