diff options
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix20/Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index fa85b794796e..1c0922313e25 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -297,6 +297,7 @@ SUBDIR += postfix SUBDIR += postfix-current SUBDIR += postfix1 + SUBDIR += postfix20 SUBDIR += postfixadmin SUBDIR += postilion SUBDIR += prayer diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile index 42370f14143b..3683608fa711 100644 --- a/mail/postfix20/Makefile +++ b/mail/postfix20/Makefile @@ -34,7 +34,8 @@ PATCHFILES= postfix-2.0-ns-mx-acl-patch.gz MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail -CONFLICTS= courier-0.* postfix-1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* +CONFLICTS= courier-0.* postfix-1.* postfix-2.1.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* +NO_LATEST_LINK= yes USE_SUBMAKE= yes USE_REINPLACE= yes |