pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/abiword-plugins We already depend on libwmf --...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8eee7f9b1e19
branches:  trunk
changeset: 491890:8eee7f9b1e19
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Mar 31 18:52:44 2005 +0000

description:
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:

 editors/abiword-plugins/Makefile |  3 ++-
 editors/abiword-plugins/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r c82677a96581 -r 8eee7f9b1e19 editors/abiword-plugins/Makefile
--- a/editors/abiword-plugins/Makefile  Thu Mar 31 18:12:29 2005 +0000
+++ b/editors/abiword-plugins/Makefile  Thu Mar 31 18:52:44 2005 +0000
@@ -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-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 -r c82677a96581 -r 8eee7f9b1e19 editors/abiword-plugins/PLIST
--- a/editors/abiword-plugins/PLIST     Thu Mar 31 18:12:29 2005 +0000
+++ b/editors/abiword-plugins/PLIST     Thu Mar 31 18:52:44 2005 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index