diff options
author | wiz <wiz@pkgsrc.org> | 2013-04-25 06:40:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-04-25 06:40:49 +0000 |
commit | 0e3da6b8578f889315b38b80a3ff82db3fa1d251 (patch) | |
tree | b594b36f485f211d88a968dadef44b7c72fd5cc2 /textproc/ispell-pl | |
parent | a4187614b180929f51a317315e5a611ff44b1c76 (diff) | |
download | pkgsrc-0e3da6b8578f889315b38b80a3ff82db3fa1d251.tar.gz |
Fix CONFLICTS.
Diffstat (limited to 'textproc/ispell-pl')
-rw-r--r-- | textproc/ispell-pl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell-pl/Makefile b/textproc/ispell-pl/Makefile index 369d7fa7553..e70ba933b4d 100644 --- a/textproc/ispell-pl/Makefile +++ b/textproc/ispell-pl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/04/24 11:15:46 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2013/04/25 06:40:49 wiz Exp $ # DISTNAME= ispell-pl-20021127 @@ -9,7 +9,7 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://ispell-pl.sourceforge.net/ COMMENT= Polish dictionary for interactive spelling checker -CONFLICTS+ ispell-polski-[0-9]* +CONFLICTS+= ispell-polski-[0-9]* DEPENDS+= ispell>=3.1.20:../../textproc/ispell INSTALLATION_DIRS= lib |