diff options
author | jlam <jlam@pkgsrc.org> | 2008-02-22 17:04:34 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-02-22 17:04:34 +0000 |
commit | fd0712a4c900e0d8aafbdbd9eed307a1f5f5c065 (patch) | |
tree | 8d0a2f6cc7e0a4eecfa614f8fded330d1efdf8d4 /textproc/hunspell/Makefile | |
parent | 7dc05de0e70b7e01aa48561845a0e43274422473 (diff) | |
download | pkgsrc-fd0712a4c900e0d8aafbdbd9eed307a1f5f5c065.tar.gz |
+ Rename the "ncursesw" option to "wide-curses" and get rid of the
"ncurses" option. "wide-curses" now just toggles whether we use
wide or narrow curses, which is a much simpler knob for users.
Bump the PKGREVISION to 2.
Diffstat (limited to 'textproc/hunspell/Makefile')
-rw-r--r-- | textproc/hunspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 8feeea31dac..e0d5a109de4 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2007/10/09 19:19:15 martti Exp $ +# $NetBSD: Makefile,v 1.5 2008/02/22 17:04:34 jlam Exp $ # DISTNAME= hunspell-1.1.12-2 PKGNAME= ${DISTNAME:C/-([0-9]+)$/.\1/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell/} |