diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-12 07:37:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-12 07:37:50 +0000 |
commit | cf2069b86990e32353b09df5c3044ace2e76d57e (patch) | |
tree | 5fd0537a27c6445bf07ff39056b843dd5a8ce38e /security/kth-krb4 | |
parent | 43509b2b1c655bcc3f2e9e41fb6c1b692876963a (diff) | |
download | pkgsrc-cf2069b86990e32353b09df5c3044ace2e76d57e.tar.gz |
Add CONFLICTS with new man-pages package. For details, see
man-pages/Makefile.
Diffstat (limited to 'security/kth-krb4')
-rw-r--r-- | security/kth-krb4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index fcc0480ae14..f1161da4b01 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2011/11/28 19:33:13 marino Exp $ +# $NetBSD: Makefile,v 1.55 2012/05/12 07:37:51 wiz Exp $ # DISTNAME= krb4-1.2.2 @@ -13,6 +13,7 @@ COMMENT= Kerberos IV distribution from KTH CONFLICTS+= arla-[0-9]* CONFLICTS+= libdes-[0-9]* +CONFLICTS= man-pages-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir |