diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-03-29 21:17:40 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-03-29 21:17:40 +0000 |
commit | 4962881247101958594be318d80c27bef8aa31fb (patch) | |
tree | e9fed422ff1894288c80989ec3328bca9c9ed645 /security | |
parent | bd9b1816eaf04d7eb72b1e750ce62653ea213904 (diff) | |
download | pkgsrc-4962881247101958594be318d80c27bef8aa31fb.tar.gz |
Added CONFLICTS to cyrus-imapd, lukemftp, zephyr, and libdes.
Diffstat (limited to 'security')
-rw-r--r-- | security/kth-krb4/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index d7d8033ad46..af472b8f894 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/03/29 20:09:09 kim Exp $ +# $NetBSD: Makefile,v 1.11 2001/03/29 21:17:40 wennmach Exp $ # DISTNAME= krb4-1.0.1 @@ -11,10 +11,13 @@ HOMEPAGE= http://www.pdc.kth.se/kth-krb/ COMMENT= Kerberos IV distribution from KTH CONFLICTS+= wu-ftpd-* +CONFLICTS+= cyrus-imapd-* +CONFLICTS+= lukemftp-* +CONFLICTS+= zephyr-* +CONFLICTS+= libdes-* CRYPTO= yes GNU_CONFIGURE= yes -#USE_GTEXINFO= yes #not currently needed post-patch: @${SED} -e 's|@PREFIX@|${PREFIX}|g' \ |