diff options
author | salo <salo@pkgsrc.org> | 2003-01-23 00:01:43 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-23 00:01:43 +0000 |
commit | 14b81416c1b3894a0bbbade249dccebee2005904 (patch) | |
tree | d909ca360c366f8dd0260f54144e73ed9db5ac6c /textproc | |
parent | be72e8456a5bdb013a0847ed4893fab97791f078 (diff) | |
download | pkgsrc-14b81416c1b3894a0bbbade249dccebee2005904.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')
-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 |