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 /net | |
parent | 25b29dce258a385109fe23a3fcf3a66826a9bea6 (diff) | |
download | pkgsrc-cad59f6c38b2a8bfe71dcd96eeda364d2633286e.tar.gz |
Per PR pkg/30133 majordomo conflicts with net/bounce.
Diffstat (limited to 'net')
-rw-r--r-- | net/bounce/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bounce/Makefile b/net/bounce/Makefile index c1a7120a838..2ce3fbb4a9f 100644 --- a/net/bounce/Makefile +++ b/net/bounce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/12/05 23:55:13 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/06 02:37:11 garbled Exp $ # DISTNAME= bounce-0.0 @@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= p99dreyf@criens.u-psud.fr COMMENT= Tool to forward TCP connection from one IP to another +CONFLICTS+= majordomo-* + WRKSRC= ${WRKDIR}/bounce HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} |