diff options
author | kim <kim@pkgsrc.org> | 2001-03-29 20:08:49 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2001-03-29 20:08:49 +0000 |
commit | c514081c2a40106e75d454a2b643b2263987afbd (patch) | |
tree | 119fe359f894aeaa9cd6378d9739b484f5a9d170 /net | |
parent | ea2775e89fcd04f77ec24bd653bf42d8c897e18d (diff) | |
download | pkgsrc-c514081c2a40106e75d454a2b643b2263987afbd.tar.gz |
This conflicts with kth-krb4
Diffstat (limited to 'net')
-rw-r--r-- | net/wu-ftpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile index 78953cbac20..9d771ba110b 100644 --- a/net/wu-ftpd/Makefile +++ b/net/wu-ftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/02/17 18:19:57 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2001/03/29 20:08:49 kim Exp $ # FreeBSD Id: Makefile,v 1.16 1997/12/24 17:45:28 ache Exp # @@ -30,6 +30,7 @@ HOMEPAGE= http://www.wu-ftpd.org/ COMMENT= Replacement ftp server for Un*x systems CONFLICTS+= wu-ftpd-vr-* beroftpd-* +CONFLICTS+= kth-krb4-* GNU_CONFIGURE= YES CONFIGURE_ARGS+=--enable-quota --enable-noop --enable-skey |