diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-15 15:22:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-15 15:22:00 +0000 |
commit | 9199d8e70f2efa1399290459d92e8947f386beea (patch) | |
tree | 9fc3a3a9ba40b670b0bccea6625f1c3febb322e3 /textproc/ispell-base | |
parent | 3a7d41cbba0d6ecbf1847ca06297194d25b9ed2e (diff) | |
download | pkgsrc-9199d8e70f2efa1399290459d92e8947f386beea.tar.gz |
Raise MASKBITS to 64 -- needed for ispell-german.
Bump version to 3.1.20nb1.
Diffstat (limited to 'textproc/ispell-base')
-rw-r--r-- | textproc/ispell-base/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index 0ad2ac57433..07e14075a7e 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/03/14 13:49:25 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/15 15:22:00 wiz Exp $ # DISTNAME= ispell-3.1.20 -PKGNAME= ispell-base-3.1.20 +PKGNAME= ispell-base-3.1.20nb1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ @@ -28,6 +28,7 @@ do-configure: ${SED} -e 's|/usr/local|${PREFIX}|g' <local.h.samp >local.h; \ ${ECHO} "#undef NO8BIT" >> local.h ; \ ${ECHO} "#define LANGUAGES \"{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/share/dict/words}\"" >>local.h; \ + ${ECHO} "#define MASKBITS 64" >>local.h; \ ${ECHO} "#undef WORDS" >> local.h ; \ ${ECHO} '#define WORDS "/usr/share/dict/words"' >> local.h ; \ ${ECHO} '#undef ELISPDIR' >> local.h; \ |