hunspell: enable wide curses support by default

Bump PKGREVISION.
This commit is contained in:
wiz 2021-05-03 09:46:59 +00:00
parent 2c4b3492d6
commit ca7510927f
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.35 2021/01/05 07:40:13 wiz Exp $
# $NetBSD: Makefile,v 1.36 2021/05/03 09:46:59 wiz Exp $
DISTNAME= hunspell-1.7.0
PKGREVISION= 3
PKGREVISION= 4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=hunspell/}
GITHUB_TAG= v${PKGVERSION_NOREV}

View file

@ -1,8 +1,8 @@
# $NetBSD: options.mk,v 1.7 2018/05/23 22:06:50 wiz Exp $
# $NetBSD: options.mk,v 1.8 2021/05/03 09:46:59 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hunspell
PKG_SUPPORTED_OPTIONS= wide-curses
PKG_SUGGESTED_OPTIONS= # empty
PKG_SUGGESTED_OPTIONS= wide-curses
.include "../../mk/bsd.options.mk"