diff options
author | markd <markd> | 2010-10-27 07:17:24 +0000 |
---|---|---|
committer | markd <markd> | 2010-10-27 07:17:24 +0000 |
commit | 10aee86052e0d7a7eb3354e2330524d709ab97ce (patch) | |
tree | 0eb68b5a9559dccfb0ee8fd08207916ec641b16f /textproc | |
parent | 97bce3bbb7c5509c2cfdf43118d1eb57e0b65fe2 (diff) | |
download | pkgsrc-10aee86052e0d7a7eb3354e2330524d709ab97ce.tar.gz |
Force use of ncurses as NetBSD curses causes segfaults when running
aspell -c file. Should fix PR pkg/44005.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index d5fb6c9a0ff..6c712b7e76f 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2010/02/19 20:16:40 heinz Exp $ +# $NetBSD: Makefile,v 1.59 2010/10/27 07:17:24 markd Exp $ # DISTNAME= aspell-0.60.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} @@ -22,6 +22,7 @@ USE_TOOLS+= gmake USE_TOOLS+= perl:run USE_LIBTOOL= yes USE_LANGUAGES= c c++ +USE_NCURSES= yes USE_PKGLOCALEDIR= yes INFO_FILES= yes |