summaryrefslogtreecommitdiff
path: root/editors/abiword/Makefile.common
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-04-07 16:27:08 +0000
committerdrochner <drochner@pkgsrc.org>2009-04-07 16:27:08 +0000
commit648317849991c34e5eae080ce954b097dc8b09d9 (patch)
treef9d921bd1b5c5a11ecde4675a4fd7cf70873a742 /editors/abiword/Makefile.common
parent1344b07c3c36f6f40f29fe37d5a44f6f06a69a5e (diff)
downloadpkgsrc-648317849991c34e5eae080ce954b097dc8b09d9.tar.gz
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.)
Diffstat (limited to 'editors/abiword/Makefile.common')
-rw-r--r--editors/abiword/Makefile.common8
1 files changed, 4 insertions, 4 deletions
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"