diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-07-18 02:52:01 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-07-18 02:52:01 +0800 |
commit | 26861c2a0f93d6f48501f28438437f4269e30b8b (patch) | |
tree | c46e50445f6a63df0d6ba749b34804288c5b857d /mail | |
parent | 2da1661c899458aa39ff0d3e2c5c79ab586e0eba (diff) | |
download | freebsd-ports-gnome-26861c2a0f93d6f48501f28438437f4269e30b8b.tar.gz freebsd-ports-gnome-26861c2a0f93d6f48501f28438437f4269e30b8b.tar.zst freebsd-ports-gnome-26861c2a0f93d6f48501f28438437f4269e30b8b.zip |
- add CONFLICTS
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile | 1 | ||||
-rw-r--r-- | mail/sendmail811/Makefile | 1 | ||||
-rw-r--r-- | mail/sendmail812/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index e838fe57d22a..4b68cd6e3f86 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -18,6 +18,7 @@ COMMENT= Reliable, highly configurable mail transfer agent with utilities CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* CONFLICTS+= sendmail-8.11.* sendmail-*-8.11.* sendmail+*-8.11.* +CONFLICTS+= sendmail-8.12.* sendmail-*-8.12.* sendmail+*-8.12.* WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WCONF= ${WRKSRC}/devtools/Site diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile index 7ebda04b487a..2a468319bb5d 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/Makefile @@ -19,6 +19,7 @@ COMMENT= Reliable, highly configurable mail transfer agent with utilities CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* CONFLICTS+= sendmail-8.12.* sendmail-*-8.12.* sendmail+*-8.12.* +CONFLICTS+= sendmail-8.13.* sendmail-*-8.13.* sendmail+*-8.13.* NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WCONF= ${WRKSRC}/devtools/Site diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index 561986a8a854..a30ac84c2eaf 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/Makefile @@ -23,6 +23,7 @@ COMMENT= Reliable, highly configurable mail transfer agent with utilities CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* CONFLICTS+= sendmail-8.11.* sendmail-*-8.11.* sendmail+*-8.11.* +CONFLICTS+= sendmail-8.13.* sendmail-*-8.13.* sendmail+*-8.13.* WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WCONF= ${WRKSRC}/devtools/Site |