diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-04-12 09:26:15 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-04-12 09:26:15 +0000 |
commit | c19cf9eb0e6e94d9f5c789f0eb20e92a8cdd3be3 (patch) | |
tree | ab19b073655b013a2270860e5501398e132c3cdb /net | |
parent | c64280da74e9147c0dbd6a164b6200ba40c1ca81 (diff) | |
download | pkgsrc-c19cf9eb0e6e94d9f5c789f0eb20e92a8cdd3be3.tar.gz |
Add a CONFLICTS entry for lukemftpd
Detected by pkgconflict.
Diffstat (limited to 'net')
-rw-r--r-- | net/wu-ftpd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile index 9d771ba110b..632ed0c2b90 100644 --- a/net/wu-ftpd/Makefile +++ b/net/wu-ftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/03/29 20:08:49 kim Exp $ +# $NetBSD: Makefile,v 1.17 2001/04/12 09:26:15 wennmach Exp $ # FreeBSD Id: Makefile,v 1.16 1997/12/24 17:45:28 ache Exp # @@ -29,8 +29,10 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.wu-ftpd.org/ COMMENT= Replacement ftp server for Un*x systems -CONFLICTS+= wu-ftpd-vr-* beroftpd-* +CONFLICTS= wu-ftpd-vr-* +CONFLICTS+= beroftpd-* CONFLICTS+= kth-krb4-* +CONFLICTS+= lukemftpd-* GNU_CONFIGURE= YES CONFIGURE_ARGS+=--enable-quota --enable-noop --enable-skey |