diff options
author | tron <tron@pkgsrc.org> | 2005-11-22 16:14:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-11-22 16:14:49 +0000 |
commit | d5d8218f1688f94d6575192469622c5c5f397223 (patch) | |
tree | 7d4f7dac39d2f6693c90a7bf90e67d371517a7bb /news/inn | |
parent | dde08183efc048eb64afb0a24ee1ce238d3f069d (diff) | |
download | pkgsrc-d5d8218f1688f94d6575192469622c5c5f397223.tar.gz |
This package conflicts with the "libradius" package because of
"radius.conf.5".
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 4ba4b4ca473..9ee5b1b8b92 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2005/10/07 18:08:25 reed Exp $ +# $NetBSD: Makefile,v 1.73 2005/11/22 16:14:49 tron Exp $ DISTNAME= inn-2.4.1 PKGREVISION= 8 @@ -11,7 +11,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.isc.org/inn.html COMMENT= The public release of InterNet News (INN) -CONFLICTS+= nntpclnt-[0-9]* +CONFLICTS+= libradius-[0-9]* nntpclnt-[0-9]* .include "Makefile.common" BUILD_DEFS+= USE_INET6 |