diff options
-rw-r--r-- | mail/bsmtp/Makefile | 2 | ||||
-rw-r--r-- | mail/smail/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mail/bsmtp/Makefile b/mail/bsmtp/Makefile index 8c1fcbb7ec09..ac474d684ff7 100644 --- a/mail/bsmtp/Makefile +++ b/mail/bsmtp/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= naddy MAINTAINER= naddy@FreeBSD.org COMMENT= Batch SMTP support for sendmail, incoming and outgoing +CONFLICTS= smail-3.* + USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes 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 |