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/sendmail812 | |
parent | 2da1661c899458aa39ff0d3e2c5c79ab586e0eba (diff) | |
download | freebsd-ports-graphics-26861c2a0f93d6f48501f28438437f4269e30b8b.tar.gz freebsd-ports-graphics-26861c2a0f93d6f48501f28438437f4269e30b8b.tar.zst freebsd-ports-graphics-26861c2a0f93d6f48501f28438437f4269e30b8b.zip |
- add CONFLICTS
Diffstat (limited to 'mail/sendmail812')
-rw-r--r-- | mail/sendmail812/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index 561986a8a85..a30ac84c2ea 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 |