diff options
author | adam <adam@pkgsrc.org> | 2005-01-11 11:09:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-11 11:09:26 +0000 |
commit | 6273a28f1cb30cb62a29e0d248c412afdb5deef0 (patch) | |
tree | 9caae346d15aecec166993d84034be13f96976ae /editors/abiword/Makefile.common | |
parent | 0bf94f263f778b2c8cced8f5861470fa3e03f91e (diff) | |
download | pkgsrc-6273a28f1cb30cb62a29e0d248c412afdb5deef0.tar.gz |
Changes 2.2.2:
* A MacOSX port
* Table of contents
* Document history/revisions
* Text frames
* Better support for international scripts and locales
* List folding
* Text wrapping around images
* Faster rendering
* Dashboard integration
* Visual drag and drop
Diffstat (limited to 'editors/abiword/Makefile.common')
-rw-r--r-- | editors/abiword/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index 3df1728bcf9..a7a4b0658f4 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.6 2005/01/01 03:31:38 minskim Exp $ +# $NetBSD: Makefile.common,v 1.7 2005/01/11 11:09:27 adam Exp $ -ABIWORD_DIST_VERSION= 2.0.14 +ABIWORD_DIST_VERSION= 2.2.2 DISTNAME= abiword-${ABIWORD_DIST_VERSION} CATEGORIES= editors @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --with-libpng=${BUILDLINK_PREFIX.png} .include "../../converters/fribidi/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../devel/popt/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" .include "../../fonts/Xft2/buildlink3.mk" |