summaryrefslogtreecommitdiff
path: root/editors/abiword/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-02-24 09:55:34 +0000
committeradam <adam@pkgsrc.org>2005-02-24 09:55:34 +0000
commita9f413865ff0d3866a6e082670560801b14c12ae (patch)
tree7a9dea252ede6b8ff36487fb90f31e55db38c4dd /editors/abiword/Makefile.common
parent475ab002d71ac31e718bfd49de7ccc7ff66d87ec (diff)
downloadpkgsrc-a9f413865ff0d3866a6e082670560801b14c12ae.tar.gz
Changes 2.2.4:
* A new detection method has been added to repair importer mistakes. This should prevent crashes on importing documents. * Lots of improvements again to the Mac OS X port * Handle all platform supported graphics formats by default in the GTK port * Improved HTML export, including the handling of Tables of Contents * Improved WordPerfect import, including support for WordPerfect 3.0-3.5(e) for Mac documents * and much more
Diffstat (limited to 'editors/abiword/Makefile.common')
-rw-r--r--editors/abiword/Makefile.common16
1 files changed, 5 insertions, 11 deletions
diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common
index 81764b2356d..33eded517f8 100644
--- a/editors/abiword/Makefile.common
+++ b/editors/abiword/Makefile.common
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile.common,v 1.12 2005/02/10 19:27:32 wiz Exp $
+# $NetBSD: Makefile.common,v 1.13 2005/02/24 09:55:34 adam Exp $
# Be sure to update PLIST and distinfo for editors/abiword-plugins when updating
-ABIWORD_DIST_VERSION= 2.2.3
-DISTNAME= abiword-${ABIWORD_DIST_VERSION}
+ABIWORD_VERSION= 2.2.4
+DISTNAME= abiword-${ABIWORD_VERSION}
CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/}
+MASTER_SITES= http://www.abisource.com/downloads/abiword/${ABIWORD_VERSION}/source/ \
+ ${MASTER_SITE_SOURCEFORGE:=abiword/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
@@ -13,10 +14,6 @@ HOMEPAGE= http://www.abisource.com/
BUILD_USES_MSGFMT= yes
-# there were two versions of abiword-2.2.3 -- you can
-# remove this line during the next update
-DIST_SUBDIR= abiword-2.2.3
-
MAKEFILE= GNUmakefile
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
@@ -25,9 +22,6 @@ USE_DIRS+= xdg-1.1
USE_GNU_TOOLS+= make
USE_X11= yes
-CONFIGURE_ARGS+= --enable-threads
-CONFIGURE_ARGS+= --with-libxml2
-CONFIGURE_ARGS+= --with-libjpeg-prefix=${BUILDLINK_PREFIX.jpeg}
CONFIGURE_ARGS+= --with-libpng=${BUILDLINK_PREFIX.png}
.include "../../converters/fribidi/buildlink3.mk"