diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-04 13:41:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-04 13:41:10 +0000 |
commit | 268155f034f44c0fe2f68b9aac30623ae8f1526b (patch) | |
tree | 5f1d7f7f5ce07912e1c3bc5ce6a71509564b3dba | |
parent | bdfd5bd57275a5a0ce5c3eb5ecad0ddcc9afffec (diff) | |
download | pkgsrc-268155f034f44c0fe2f68b9aac30623ae8f1526b.tar.gz |
I don't see any reason for kth-krb4 to conflict with zephyr,
maintainer didn't respond to the question either. So remove the
CONFLICT and bump revision.
-rw-r--r-- | security/kth-krb4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index 71c011d6ebe..035a1b4239d 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2006/04/12 19:43:31 joerg Exp $ +# $NetBSD: Makefile,v 1.45 2006/06/04 13:41:10 joerg Exp $ # DISTNAME= krb4-1.2.1 PKGNAME= kth-krb4-1.2.1 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= security net MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/ @@ -11,7 +11,6 @@ MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.pdc.kth.se/kth-krb/ COMMENT= Kerberos IV distribution from KTH -CONFLICTS+= zephyr-[0-9]* CONFLICTS+= libdes-[0-9]* CRYPTO= yes |