summaryrefslogtreecommitdiff
path: root/editors/abiword-plugins/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-04 15:52:51 +0000
committerjoerg <joerg>2010-01-04 15:52:51 +0000
commit6b90ea7407417a6ce8e55188e5bd0fc797220bc1 (patch)
treec480b60bc6bd669278d8a32c395699e38d25adfc /editors/abiword-plugins/Makefile
parent6414bb6f52759ab35a164a358d907ce686c613d2 (diff)
downloadpkgsrc-6b90ea7407417a6ce8e55188e5bd0fc797220bc1.tar.gz
Needs libxslt for all files in the PLIST. Bump revision.
Diffstat (limited to 'editors/abiword-plugins/Makefile')
-rw-r--r--editors/abiword-plugins/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index e8f76aa1ddd..5f4ae606b42 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.31 2009/08/26 20:20:32 sno Exp $
+# $NetBSD: Makefile,v 1.32 2010/01/04 15:52:51 joerg Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../editors/abiword/Makefile.common"
DISTNAME= abiword-plugins-${ABIWORD_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= Plugins enhancing Abiword's capabilities
@@ -57,4 +57,5 @@ CONFIGURE_ARGS+= --enable-xsl-fo
CONFIGURE_ARGS+= --with-abiword=${WRKDIR}/abiword-2.6.8
.include "../../converters/libwpd/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"