diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-04 15:52:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-04 15:52:51 +0000 |
commit | d97b7a4ed94c00cdb16db754a4f5755442b3c987 (patch) | |
tree | c480b60bc6bd669278d8a32c395699e38d25adfc /editors | |
parent | 58b7ed3ee616ee6674254fd7227c8814dfe6bd5b (diff) | |
download | pkgsrc-d97b7a4ed94c00cdb16db754a4f5755442b3c987.tar.gz |
Needs libxslt for all files in the PLIST. Bump revision.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-plugins/Makefile | 5 |
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" |