diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-27 22:54:25 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-27 22:54:25 +0800 |
commit | 8c7b359b87a2827cbd0cdf3089df65fe71d8b750 (patch) | |
tree | 7a7cd96aa8335ad11e29e7e0e02b0f23b1666729 /textproc/catdoc | |
parent | e4cb314d11008e5c08b379b7d5281add42de9c63 (diff) | |
download | freebsd-ports-gnome-8c7b359b87a2827cbd0cdf3089df65fe71d8b750.tar.gz freebsd-ports-gnome-8c7b359b87a2827cbd0cdf3089df65fe71d8b750.tar.zst freebsd-ports-gnome-8c7b359b87a2827cbd0cdf3089df65fe71d8b750.zip |
- Remove useless include of bsd.tcl.mk
Diffstat (limited to 'textproc/catdoc')
-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 |