diff options
author | naddy <naddy@FreeBSD.org> | 2003-10-11 03:19:38 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-10-11 03:19:38 +0800 |
commit | 39d53448be104d06e0bf05ebd51edd420b1a5dfc (patch) | |
tree | e0198db37590f95014ed4e2edc7c1ae4c59481e8 /mail/smail | |
parent | 608baaf7e97d1df68d9c86e0cc26c6cfeef14ff9 (diff) | |
download | freebsd-ports-gnome-39d53448be104d06e0bf05ebd51edd420b1a5dfc.tar.gz freebsd-ports-gnome-39d53448be104d06e0bf05ebd51edd420b1a5dfc.tar.zst freebsd-ports-gnome-39d53448be104d06e0bf05ebd51edd420b1a5dfc.zip |
Mark bsmtp and smail as mutually conflicting.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail/smail')
-rw-r--r-- | mail/smail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index 406fa62aed70..02bb4098d1d7 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -16,6 +16,8 @@ MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A program used for receiving and delivering mail +CONFLICTS= bsmtp-* + BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident .if !exists(/usr/include/tcpd.h) LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper |