diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-09 09:23:06 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-09 09:23:06 +0000 |
commit | ea3d84b207e9a63894b022cf715945c22b241483 (patch) | |
tree | e460954558e523cfdbea632a81f7e3f0cd7d16dc /security | |
parent | 82495f9b6aa9c745bd9f8fde2e3bfd49b5d688b3 (diff) | |
download | pkgsrc-ea3d84b207e9a63894b022cf715945c22b241483.tar.gz |
Add CONFLICTS with kth-krb4 (lib/libsl.so)
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index e1ba0fbe377..5ac9549dc87 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2012/07/18 09:48:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.92 2012/09/09 09:23:06 cheusov Exp $ DISTNAME= heimdal-1.5.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.h5l.org/dist/src/ @@ -14,6 +14,7 @@ CONFLICTS+= arla-[0-9]* CONFLICTS+= mit-krb5-[0-9]* CONFLICTS+= openafs-[0-9]* CONFLICTS+= gss-[0-9]* +CONFLICTS+= kth-krb4-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir |