diff options
author | rodent <rodent> | 2013-04-24 11:15:41 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-24 11:15:41 +0000 |
commit | 183bcfa16c9131cca7adacbd1168d586400b7452 (patch) | |
tree | 79000ed66cdb170914c13a8b83d94574baee7a73 /textproc/aspell-cs | |
parent | 307fae5ca5ff80dded9daba3b71f096ba6159f4a (diff) | |
download | pkgsrc-183bcfa16c9131cca7adacbd1168d586400b7452.tar.gz |
Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages.
Fixed PLIST for ispell-en_GB.
Diffstat (limited to 'textproc/aspell-cs')
-rw-r--r-- | textproc/aspell-cs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/aspell-cs/Makefile b/textproc/aspell-cs/Makefile index 69363409d83..87338017faa 100644 --- a/textproc/aspell-cs/Makefile +++ b/textproc/aspell-cs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:37 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2013/04/24 11:15:42 rodent Exp $ # DISTNAME= aspell6-cs-20040614-1 @@ -14,6 +14,7 @@ COMMENT= Czech language support for aspell # earlier versions core-dumped on the input BUILDLINK_API_DEPENDS.aspell+= aspell>=0.60.2nb1 +CONFLICTS+= aspell-czech-[0-9]* HAS_CONFIGURE= yes .include "../../textproc/aspell/buildlink3.mk" |