diff options
author | wiz <wiz> | 2006-01-24 18:55:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-24 18:55:21 +0000 |
commit | 0541587a3fb06d9472c49e13cad6e259e1e5a14c (patch) | |
tree | 8f0d88c753762d55a3d8db5bd23e1e41332586c2 /net/arla | |
parent | f5e9839b1fd3cd49d47a5464dd72593f91656312 (diff) | |
download | pkgsrc-0541587a3fb06d9472c49e13cad6e259e1e5a14c.tar.gz |
security/heimdal and arla conflict with each other because of:
bin/mk_cmds
lib/libroken.la
lib/libsl.la
lib/libss.la
man/man3/arg_printusage.3
man/man3/getarg.3
Addresses PR 32610 and PR 32611 by Ola Eriksson.
Diffstat (limited to 'net/arla')
-rw-r--r-- | net/arla/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index c64d652ecfe..1bf2685a221 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/01/15 21:01:46 cube Exp $ +# $NetBSD: Makefile,v 1.52 2006/01/24 18:55:21 wiz Exp $ DISTNAME= arla-0.41 PKGREVISION= 1 @@ -9,9 +9,10 @@ MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.stacken.kth.se/project/arla/ COMMENT= Free AFS implementation from KTH +CONFLICTS+= heimdal-[0-9]* CONFLICTS+= lwp-[0-9]* -CONFLICTS+= rx-[0-9]* CONFLICTS+= openafs-[0-9]* +CONFLICTS+= rx-[0-9]* OSVERSION_SPECIFIC= yes INFO_FILES= arla.info send-pr.info |