diff options
author | garbled <garbled@pkgsrc.org> | 2006-01-06 02:35:32 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2006-01-06 02:35:32 +0000 |
commit | cad59f6c38b2a8bfe71dcd96eeda364d2633286e (patch) | |
tree | 72b7864bd7e41e7581aab08ba7ed66b1208de416 /mail/majordomo/Makefile | |
parent | 25b29dce258a385109fe23a3fcf3a66826a9bea6 (diff) | |
download | pkgsrc-cad59f6c38b2a8bfe71dcd96eeda364d2633286e.tar.gz |
Per PR pkg/30133 majordomo conflicts with net/bounce.
Diffstat (limited to 'mail/majordomo/Makefile')
-rw-r--r-- | mail/majordomo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index 7adcd82781a..c9024344bb4 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/12/05 20:50:33 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/01/06 02:35:32 garbled Exp $ DISTNAME= majordomo-1.94.5 PKGREVISION= 1 @@ -22,6 +22,8 @@ ADDUSER= ${LOCALBASE}/sbin/useradd ADDGROUP= ${LOCALBASE}/sbin/groupadd .endif +CONFLICTS+= bounce-* + USE_TOOLS+= perl:run NO_BIN_ON_FTP= requires compiled-in hardcoded uid/gid |