diff options
author | wiz <wiz@pkgsrc.org> | 2018-08-25 11:57:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-08-25 11:57:44 +0000 |
commit | 05d417a0d179db57fa65993400aa677b8788f5b4 (patch) | |
tree | efdbb48a21174aafaedb8753f9c5f859c301a839 /textproc/gtkspell | |
parent | de699f3238526aca52dddb4697f3bc517191d584 (diff) | |
download | pkgsrc-05d417a0d179db57fa65993400aa677b8788f5b4.tar.gz |
gtkspell: mention that this is the legacy version for GTK+2
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/DESCR | 2 | ||||
-rw-r--r-- | textproc/gtkspell/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/gtkspell/DESCR b/textproc/gtkspell/DESCR index 889c0c63369..eef9d3d09a0 100644 --- a/textproc/gtkspell/DESCR +++ b/textproc/gtkspell/DESCR @@ -8,3 +8,5 @@ a menu of suggested replacements. * Kevin Atkinson's pspell library. GtkSpell is a library and is mostly of interest to GTK programmers. + +This is the legacy major version 2 of the library for use with GTK+2. diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index dde81d229f8..5da2a9747ac 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2018/04/16 14:33:56 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2018/08/25 11:57:44 wiz Exp $ DISTNAME= gtkspell-2.0.16 PKGREVISION= 27 @@ -7,7 +7,7 @@ MASTER_SITES= http://gtkspell.sourceforge.net/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtkspell.sourceforge.net/ -COMMENT= Spell checking GtkTextView widget +COMMENT= Spell checking GtkTextView widget (v2) LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake intltool msgfmt pkg-config |