diff options
author | adam <adam> | 2005-06-30 13:16:51 +0000 |
---|---|---|
committer | adam <adam> | 2005-06-30 13:16:51 +0000 |
commit | ad1b233f0ba4dbd19e52f04b192b225269018399 (patch) | |
tree | 306385e66ed8b64e89ef615feaa6d1b03d68be11 /editors/abiword/Makefile.common | |
parent | b7bfa5a40eb3fa4bf0725f05e72f4785c4dc5378 (diff) | |
download | pkgsrc-ad1b233f0ba4dbd19e52f04b192b225269018399.tar.gz |
Changes 2.2.8:
* Make Text Folding actually work
* Fix text justification on MacOSX
* Initial support for the OpenDocument (.odt) file format
Diffstat (limited to 'editors/abiword/Makefile.common')
-rw-r--r-- | editors/abiword/Makefile.common | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index 25c539c8aea..489cf2b1ccc 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.20 2005/06/01 18:02:45 jlam Exp $ +# $NetBSD: Makefile.common,v 1.21 2005/06/30 13:16:51 adam Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating -ABIWORD_VERSION= 2.2.7 +ABIWORD_VERSION= 2.2.8 DISTNAME= abiword-${ABIWORD_VERSION} CATEGORIES= editors @@ -15,11 +15,10 @@ HOMEPAGE= http://www.abisource.com/ BUILD_USES_MSGFMT= yes MAKEFILE= GNUmakefile -GNU_CONFIGURE= yes -USE_LIBTOOL= yes USE_DIRS+= xdg-1.1 +USE_LIBTOOL= yes USE_TOOLS+= gmake - +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libpng=${BUILDLINK_PREFIX.png} .include "../../converters/fribidi/buildlink3.mk" |