Force use of ncurses as NetBSD curses causes segfaults when running
aspell -c file. Should fix PR pkg/44005.
This commit is contained in:
parent
1572507cff
commit
c83dd008bc
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue