diff options
author | grant <grant> | 2004-01-15 10:35:49 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-15 10:35:49 +0000 |
commit | 5891b962dd2959d4b62b9bb12c2756b78a9c9858 (patch) | |
tree | 6751e1ee45eabe5cec8a27a66e409d64873220b1 | |
parent | f77db47f0f99d1df8157a72afc5b0a52d6daa203 (diff) | |
download | pkgsrc-5891b962dd2959d4b62b9bb12c2756b78a9c9858.tar.gz |
kth-krb4: add CONFLICT on tnftp.
tnftp: add CONFLICT on lukemftp, kth-krb4.
-rw-r--r-- | net/tnftp/Makefile | 5 | ||||
-rw-r--r-- | security/kth-krb4/Makefile | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/tnftp/Makefile b/net/tnftp/Makefile index 72d0fb9f89a..8c9bd18762c 100644 --- a/net/tnftp/Makefile +++ b/net/tnftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/12/19 12:02:04 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/15 10:35:49 grant Exp $ # DISTNAME= tnftp-20030825 @@ -11,6 +11,9 @@ COMMENT= The enhanced FTP client in NetBSD GNU_CONFIGURE= YES +CONFLICTS+= kth-krb4-[0-9]* +CONFLICTS+= lukemftp-[0-9]* + .include "../../mk/bsd.prefs.mk" # Include SOCKS firewall support diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index 7f4ce73981f..ec5011c6c47 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2003/11/12 03:39:42 jschauma Exp $ +# $NetBSD: Makefile,v 1.28 2004/01/15 10:35:49 grant Exp $ # DISTNAME= krb4-1.2.1 @@ -18,6 +18,7 @@ COMMENT= Kerberos IV distribution from KTH CONFLICTS+= wu-ftpd-[0-9]* CONFLICTS+= lukemftp-[0-9]* +CONFLICTS+= tnftp-[0-9]* CONFLICTS+= zephyr-[0-9]* CONFLICTS+= libdes-[0-9]* |