diff options
author | drochner <drochner@pkgsrc.org> | 2005-03-31 18:52:44 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-03-31 18:52:44 +0000 |
commit | c8a451f492e754d00fcb9f32b1ae21736f4e5ccc (patch) | |
tree | fd6c68c7a33ddada63a786b0eee6bf69541dbd4a | |
parent | 17fc08ef212cff6345011b4b3ce4c017b5fee35e (diff) | |
download | pkgsrc-c8a451f492e754d00fcb9f32b1ae21736f4e5ccc.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.)
-rw-r--r-- | editors/abiword-plugins/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword-plugins/PLIST | 3 |
2 files changed, 4 insertions, 2 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" diff --git a/editors/abiword-plugins/PLIST b/editors/abiword-plugins/PLIST index e1c67236f04..be85ef8573c 100644 --- a/editors/abiword-plugins/PLIST +++ b/editors/abiword-plugins/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2005/03/07 10:18:45 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/03/31 18:52:44 drochner Exp $ lib/AbiWord-2.2/plugins/libAbiApplix.la lib/AbiWord-2.2/plugins/libAbiBMP.la lib/AbiWord-2.2/plugins/libAbiBZ2.la @@ -11,6 +11,7 @@ lib/AbiWord-2.2/plugins/libAbiKWord.la lib/AbiWord-2.2/plugins/libAbiLaTeX.la lib/AbiWord-2.2/plugins/libAbiMSWrite.la lib/AbiWord-2.2/plugins/libAbiNroff.la +lib/AbiWord-2.2/plugins/libAbiWMF.la lib/AbiWord-2.2/plugins/libAbiWML.la lib/AbiWord-2.2/plugins/libAbiXHTML.la lib/AbiWord-2.2/plugins/libAbiXSLFO.la |