diff options
author | obache <obache@pkgsrc.org> | 2013-04-07 08:39:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-04-07 08:39:29 +0000 |
commit | 7b0abe566005a7d3c4c2fefddacfbfff31bbd28e (patch) | |
tree | b79851b9fdbe03fbd2549f51993a97f2e6d322b5 | |
parent | d1df19989c218f6bf13617dd8ed847426389682b (diff) | |
download | pkgsrc-7b0abe566005a7d3c4c2fefddacfbfff31bbd28e.tar.gz |
correct format fix miss replacing "=" with a space.
-rw-r--r-- | textproc/catdoc-tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/catdoc-tk/Makefile b/textproc/catdoc-tk/Makefile index 7902bb2351e..3b837495c96 100644 --- a/textproc/catdoc-tk/Makefile +++ b/textproc/catdoc-tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/04/06 03:45:25 rodent Exp $ +# $NetBSD: Makefile,v 1.12 2013/04/07 08:39:29 obache Exp $ # .include "../../textproc/catdoc/Makefile.common" @@ -8,7 +8,7 @@ COMMENT= Tk interface for MS-Word to plain text converter DEPENDS+= catdoc>=0.91.4nb1:../../textproc/catdoc -CONFIGURE_ARGS+ --enable-wordview +CONFIGURE_ARGS+= --enable-wordview CONFIGURE_ENV+= WISH="${BUILDLINK_PREFIX.tk}/bin/wish" CONFIGURE_ENV+= enable_wordview=yes |