diff options
author | cheusov <cheusov> | 2012-09-09 18:02:43 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-09-09 18:02:43 +0000 |
commit | 276376588d2aaaa1be73198c5d937eacf59f25cc (patch) | |
tree | c27dff1dfc83c9bbeca6a38619f11a7cd609f631 /security | |
parent | 509e81306744acb5a775bafec0388c5b620370d0 (diff) | |
download | pkgsrc-276376588d2aaaa1be73198c5d937eacf59f25cc.tar.gz |
CONFLICTS with heimdal, libdes and arla; ++pkgrevision
Diffstat (limited to 'security')
-rw-r--r-- | security/kth-krb4/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index f1161da4b01..2abd9c7404c 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.55 2012/05/12 07:37:51 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2012/09/09 18:02:43 cheusov Exp $ # DISTNAME= krb4-1.2.2 PKGNAME= kth-krb4-1.2.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= security net MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/ @@ -13,7 +13,8 @@ COMMENT= Kerberos IV distribution from KTH CONFLICTS+= arla-[0-9]* CONFLICTS+= libdes-[0-9]* -CONFLICTS= man-pages-[0-9]* +CONFLICTS+= man-pages-[0-9]* +CONFLICTS+= heimdal-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir |