diff options
author | martti <martti@pkgsrc.org> | 2002-04-10 08:17:02 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-04-10 08:17:02 +0000 |
commit | 0779b1370ad44f764d9308a6f3a7bcde8c8c556d (patch) | |
tree | 3068fde96bd3cacff1162fd256f859d6bf389e78 /editors/abiword/Makefile | |
parent | 15628253c496adb510e628c8c2e3112793cd8a58 (diff) | |
download | pkgsrc-0779b1370ad44f764d9308a6f3a7bcde8c8c556d.tar.gz |
Updated abiword-personal to 0.99.3nb1 (pkg/16220)
* make spelling and dictionary work
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r-- | editors/abiword/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 4fa709cd00a..13f65eea8c6 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2002/03/19 11:50:18 martti Exp $ +# $NetBSD: Makefile,v 1.45 2002/04/10 08:17:02 martti Exp $ # # According to AbiSource's explanation of their trademark rights, # compilations/distributions of AbiWord not provided by AbiSource must @@ -7,6 +7,7 @@ DISTNAME= abiword-${ABIWORD_VERS} PKGNAME= abiword-personal-${ABIWORD_VERS} +PKGREVISION= 1 ABIWORD_VERS= 0.99.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} |