diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-14 13:52:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-14 13:52:21 +0000 |
commit | 3c68527d6596206e0753fea7a60bd0cc3c0d5dd1 (patch) | |
tree | 9d3e1ef4b0005f3f4eb4c0feac418b6224a91d13 /textproc/ispell-british/Makefile | |
parent | 7bb0fc7ab6b0e566739177b7f0f63c4fc8482ab9 (diff) | |
download | pkgsrc-3c68527d6596206e0753fea7a60bd0cc3c0d5dd1.tar.gz |
Let CONFLICTs be handled by ispell-base.
Diffstat (limited to 'textproc/ispell-british/Makefile')
-rw-r--r-- | textproc/ispell-british/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ispell-british/Makefile b/textproc/ispell-british/Makefile index 490d3e3e679..83cb3a75ca7 100644 --- a/textproc/ispell-british/Makefile +++ b/textproc/ispell-british/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 12:12:21 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/14 13:52:21 wiz Exp $ # DISTNAME= ispell-3.1.20 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html COMMENT= British dictionary for interactive spelling checker DEPENDS+= ispell-base-3.1.20:../../textproc/ispell-base -CONFLICTS+= ispell-[0-9]* WRKSRC= ${WRKDIR}/ispell-3.1 |