From 648317849991c34e5eae080ce954b097dc8b09d9 Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 7 Apr 2009 16:27:08 +0000 Subject: update to 2.6.8 This is a major update, I couldn't find the relevant changecogs but the last one. A couple of bugfixes. pkgsrc note: Since base and plugins are seperate distfiles now, we could abandon the Makefile.common or at least part of its complexity. I'll leave this to the MAINTAINER. Also, I'd suggest to rip -plugins into parts - many are too exotic. (There are also some new which are not built, I've just kept status quo.) --- editors/abiword/Makefile.common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'editors/abiword/Makefile.common') diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index f2934dacaaf..e99926de61a 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,12 +1,11 @@ -# $NetBSD: Makefile.common,v 1.37 2006/11/16 02:31:48 markd Exp $ +# $NetBSD: Makefile.common,v 1.38 2009/04/07 16:27:08 drochner Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating -ABIWORD_VERSION= 2.4.6 -DISTNAME= abiword-${ABIWORD_VERSION} +ABIWORD_VERSION= 2.6.8 +DISTNAME?= abiword-${ABIWORD_VERSION} CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/abiword/${ABIWORD_VERSION}/source/ -EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.abisource.com/ @@ -24,6 +23,7 @@ CONFIGURE_ARGS+= --with-libpng=${BUILDLINK_PREFIX.png} .include "../../converters/wv/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" .include "../../print/libgnomeprintui/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" -- cgit v1.2.3