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/bsmtp | |
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/bsmtp')
-rw-r--r-- | mail/bsmtp/Makefile | 2 |
1 files changed, 2 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 |