diff options
author | rh <rh@pkgsrc.org> | 1999-08-17 11:18:05 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-17 11:18:05 +0000 |
commit | c707da0974182976efe8453381ed32a4206e49ae (patch) | |
tree | b19c1994fa66d530ed660b1cc973e8f12a35869f /comms | |
parent | f54716dd7bc2293db104928af14eaab74624ce97 (diff) | |
download | pkgsrc-c707da0974182976efe8453381ed32a4206e49ae.tar.gz |
Add conflict with hylafax.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index c79a993fe01..a03b7636569 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/02/20 22:48:25 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1999/08/17 11:18:05 rh Exp $ # FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp # @@ -10,6 +10,8 @@ MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.leo.org/~doering/mgetty/index.html +CONFLICTS= hylafax-* + WRKSRC= ${WRKDIR}/${PKGNAME} INFO_FILES= mgetty.info |