pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/abiword-plugins Needs libxslt for all files in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13097859ac80
branches:  trunk
changeset: 569032:13097859ac80
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 04 15:52:51 2010 +0000

description:
Needs libxslt for all files in the PLIST. Bump revision.

diffstat:

 editors/abiword-plugins/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 987db134d6a9 -r 13097859ac80 editors/abiword-plugins/Makefile
--- a/editors/abiword-plugins/Makefile  Mon Jan 04 15:47:48 2010 +0000
+++ b/editors/abiword-plugins/Makefile  Mon Jan 04 15:52:51 2010 +0000
@@ -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+=       --with-abiword=${WRKDIR}/abiword-2.6.8
 
 .include "../../converters/libwpd/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index