diff options
Diffstat (limited to 'editors/abiword-plugins/Makefile')
-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" |