diff options
author | salo <salo> | 2003-01-23 00:01:43 +0000 |
---|---|---|
committer | salo <salo> | 2003-01-23 00:01:43 +0000 |
commit | 3ebd414e056559bbde0b7136e35c988a956feaa9 (patch) | |
tree | d909ca360c366f8dd0260f54144e73ed9db5ac6c /textproc/aspell | |
parent | b11577a3bbd4893a3f194e994c1f2a6b09cb9499 (diff) | |
download | pkgsrc-3ebd414e056559bbde0b7136e35c988a956feaa9.tar.gz |
New aspell acts as a replacement for libpspell and contains the same
libraries so make it conflict with all installed libpspell packages.
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 2074d0c9d54..b308e22623e 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/01/22 10:26:14 salo Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/23 00:01:43 salo Exp $ # DISTNAME= aspell-0.50.3 @@ -10,6 +10,8 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://aspell.net/ COMMENT= spell checker with good multi-language support +CONFLICTS= libpspell-[0-9]* + USE_BUILDLINK2= yes GNU_CONFIGURE= yes USE_GMAKE= yes |