summaryrefslogtreecommitdiff
path: root/editors/abiword-plugins/Makefile
diff options
context:
space:
mode:
authoradam <adam>2006-02-08 10:00:55 +0000
committeradam <adam>2006-02-08 10:00:55 +0000
commite1803820bfa7ada645fa20633ecf98d37f743e45 (patch)
tree90ce2f836be5fe6744f3a1841d39320e3556c35d /editors/abiword-plugins/Makefile
parentce807c567499db7c25a15479342c5c3e772986c1 (diff)
downloadpkgsrc-e1803820bfa7ada645fa20633ecf98d37f743e45.tar.gz
* Added WordPerfect plug-in
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"