diff options
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 6749deaf9d0b..c94cd26cb8d4 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -3,10 +3,13 @@ PORTNAME= aspell PORTVERSION= 0.60.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= GNU/aspell +PATCH_SITES= https://github.com/GNUAspell/aspell/commit/ +PATCHFILES= 8089fa02122f.patch:-p1 + MAINTAINER= office@FreeBSD.org COMMENT= Spelling checker with better suggestion logic than ispell |