summaryrefslogtreecommitdiff
path: root/editors/abiword-plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword-plugins/Makefile')
-rw-r--r--editors/abiword-plugins/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index 24bba1f53f5..19e079fddcc 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2006/02/05 23:08:55 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2006/02/08 10:00:55 adam Exp $
.include "../../editors/abiword/Makefile.common"
PKGNAME= abiword-plugins-${ABIWORD_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= Plugins enhancing Abiword's capabilities
WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins
@@ -45,7 +45,9 @@ CONFIGURE_ARGS+= --enable-urldict
CONFIGURE_ARGS+= --enable-wikipedia
CONFIGURE_ARGS+= --enable-wmf
CONFIGURE_ARGS+= --enable-wml
+CONFIGURE_ARGS+= --enable-wordperfect
CONFIGURE_ARGS+= --enable-xhtml
CONFIGURE_ARGS+= --enable-xsl-fo
+.include "../../converters/libwpd/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"