diff options
author | martti <martti@pkgsrc.org> | 2002-03-19 11:50:18 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-19 11:50:18 +0000 |
commit | e51186ef32ae9cb1ea6162d17f62e90c9de1a772 (patch) | |
tree | d8022de4b9f80bb047253d1be3ecb59dae21453e /editors/abiword/Makefile | |
parent | a6e7ce85e7fdfe276a09b26f2b3c187e0201fede (diff) | |
download | pkgsrc-e51186ef32ae9cb1ea6162d17f62e90c9de1a772.tar.gz |
Updated abiword-personal to 0.99.3
* closed tons of bugs
* completed RTF import/export
* added great new image handling facilities
* made AbiWord significantly faster
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r-- | editors/abiword/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 7d1434ea911..4fa709cd00a 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2002/03/13 17:36:52 fredb Exp $ +# $NetBSD: Makefile,v 1.44 2002/03/19 11:50:18 martti Exp $ # # According to AbiSource's explanation of their trademark rights, # compilations/distributions of AbiWord not provided by AbiSource must @@ -7,8 +7,7 @@ DISTNAME= abiword-${ABIWORD_VERS} PKGNAME= abiword-personal-${ABIWORD_VERS} -PKGREVISION= 1 -ABIWORD_VERS= 0.99.2 +ABIWORD_VERS= 0.99.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} DIST_SUBDIR= abisuite |