diff options
author | jlam <jlam> | 2004-01-11 00:00:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-11 00:00:28 +0000 |
commit | a38fbcd04cd8570fbd4540353398475671c91bd5 (patch) | |
tree | 2748b47f0cb30a6eb1207b69f5a6731247293ca7 /security/heimdal/Makefile | |
parent | ab174b0123c4cc8bb4ae92c9b9dd2d40c6a027d4 (diff) | |
download | pkgsrc-a38fbcd04cd8570fbd4540353398475671c91bd5.tar.gz |
Note CONFLICT with forthcoming mit-krb5 package.
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 23930f8ca26..a6db6530aa0 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/10 21:59:29 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/11 00:00:28 jlam Exp $ DISTNAME= heimdal-0.6 CATEGORIES= security @@ -10,6 +10,8 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.pdc.kth.se/heimdal/ COMMENT= Kerberos 5 implementation +CONFLICTS+= mit-krb5-[0-9]* + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes |