summaryrefslogtreecommitdiff
path: root/editors/abiword-plugins/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-03-31 18:52:44 +0000
committerdrochner <drochner@pkgsrc.org>2005-03-31 18:52:44 +0000
commit674d0848653e7c380ee3bd07bb4c570157f9732e (patch)
treefd6c68c7a33ddada63a786b0eee6bf69541dbd4a /editors/abiword-plugins/Makefile
parent11e159b630cf717337030028735fb54b15efe690 (diff)
downloadpkgsrc-674d0848653e7c380ee3bd07bb4c570157f9732e.tar.gz
We already depend on libwmf --- it just needs a configure switch to
actually build the WMF plugin. (It doesn't work at all for me, unfortunately. Always get a message box saying "error importing...". Perhaps it is of use for someone else.)
Diffstat (limited to 'editors/abiword-plugins/Makefile')
-rw-r--r--editors/abiword-plugins/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index e074788bf55..8065b844556 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/02/24 09:55:48 adam Exp $
+# $NetBSD: Makefile,v 1.8 2005/03/31 18:52:44 drochner Exp $
.include "../../editors/abiword/Makefile.common"
@@ -17,5 +17,6 @@ CONFIGURE_ARGS+= --enable-clarisworks --enable-docbook --enable-eml
CONFIGURE_ARGS+= --enable-jpeg --enable-kword --enable-latex
CONFIGURE_ARGS+= --enable-mswrite --enable-nroff --enable-wml
CONFIGURE_ARGS+= --enable-xhtml --enable-xsl-fo
+CONFIGURE_ARGS+= --enable-wmf
.include "../../mk/bsd.pkg.mk"