Thu Jan 28 22:35:12 2021 UTC ()
ispell-en_GB: catch up with ispell version

It may make more sense to use a Makefile.common in ispell, but for now
this fixes things.


(gutteridge)
diff -r1.9 -r1.10 pkgsrc/textproc/ispell-en_GB/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/textproc/ispell-en_GB/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ispell-en_GB/Makefile 2020/04/19 13:50:39 1.9
+++ pkgsrc/textproc/ispell-en_GB/Makefile 2021/01/28 22:35:12 1.10
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2020/04/19 13:50:39 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.10 2021/01/28 22:35:12 gutteridge Exp $
2# 2#
3 3
4DISTNAME= ispell-3.4.00 4DISTNAME= ispell-3.4.02
5PKGNAME= ${DISTNAME:S/-/-${DICT_LANG}-/1} 5PKGNAME= ${DISTNAME:S/-/-${DICT_LANG}-/1}
6CATEGORIES= textproc 6CATEGORIES= textproc
7MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ 7MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://ficus-www.cs.ucla.edu/geoff/ispell.html 10HOMEPAGE= http://ficus-www.cs.ucla.edu/geoff/ispell.html
11COMMENT= British dictionary for interactive spelling checker 11COMMENT= British dictionary for interactive spelling checker
12 12
13CONFLICTS+= ispell-british-[0-9]* 13CONFLICTS+= ispell-british-[0-9]*
14USE_TOOLS+= yacc 14USE_TOOLS+= yacc
15DEPENDS+= ispell>=3.3.02:../../textproc/ispell 15DEPENDS+= ispell>=3.3.02:../../textproc/ispell
16 16
17PATCHDIR= ${.CURDIR}/../../textproc/ispell/patches 17PATCHDIR= ${.CURDIR}/../../textproc/ispell/patches