diff options
author | tron <tron> | 2005-11-22 16:13:13 +0000 |
---|---|---|
committer | tron <tron> | 2005-11-22 16:13:13 +0000 |
commit | f3891b83c2e6b16879dba1b55ea74ecda132fffd (patch) | |
tree | 268ffa0a02612691f8d7d87d52217d70339b5fc4 /net | |
parent | b6f14f278317d2627fde7e121c97bb9832aff6a2 (diff) | |
download | pkgsrc-f3891b83c2e6b16879dba1b55ea74ecda132fffd.tar.gz |
This package conflicts with the "inn" package because of "radius.conf.5".
Diffstat (limited to 'net')
-rw-r--r-- | net/libradius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libradius/Makefile b/net/libradius/Makefile index 9b597bd487d..619af7ecb7a 100644 --- a/net/libradius/Makefile +++ b/net/libradius/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:49 tv Exp $ -# +# $NetBSD: Makefile,v 1.7 2005/11/22 16:13:13 tron Exp $ DISTNAME= libradius-linux-20040827 PKGNAME= ${DISTNAME:S/-linux//} @@ -10,6 +9,7 @@ MASTER_SITES= http://portal-to-web.de/tacacs/ MAINTAINER= manu@NetBSD.org COMMENT= RADIUS client library +CONFLICTS+= inn-* WRKSRC= ${WRKDIR}/libradius-linux |