From 10aee86052e0d7a7eb3354e2330524d709ab97ce Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 27 Oct 2010 07:17:24 +0000 Subject: Force use of ncurses as NetBSD curses causes segfaults when running aspell -c file. Should fix PR pkg/44005. --- textproc/aspell/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'textproc') 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 -- cgit v1.2.3