diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-10-30 15:49:15 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-10-30 15:49:15 +0800 |
commit | 4bb21abf389a3fd73519b7bf11e8f2c0b502e4b0 (patch) | |
tree | a953eefa8a13aa9cb44851d64ef968ee6627b82f /mail/sendmail | |
parent | 0921d0cfdb8cc7e4851379269014d6e6b74fcd01 (diff) | |
download | freebsd-ports-gnome-4bb21abf389a3fd73519b7bf11e8f2c0b502e4b0.tar.gz freebsd-ports-gnome-4bb21abf389a3fd73519b7bf11e8f2c0b502e4b0.tar.zst freebsd-ports-gnome-4bb21abf389a3fd73519b7bf11e8f2c0b502e4b0.zip |
- fix WITH_SENDMAIL_PORT automatic detection
PR: 140080
Submitted by: Petr Rehor
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/bsd.milter.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/bsd.milter.mk b/mail/sendmail/bsd.milter.mk index d026c729e622..b89f43053a84 100644 --- a/mail/sendmail/bsd.milter.mk +++ b/mail/sendmail/bsd.milter.mk @@ -45,7 +45,7 @@ Milter_Include_MAINTAINER= dinoex@FreeBSD.org !defined(WITH_SENDMAIL_PORT) .if exists(${LOCALBASE}/lib/libmilter.a) || \ !exists(/usr/lib/libmilter.a) -WITH_SENDMAIL_PORTS=yes +WITH_SENDMAIL_PORT=yes .else WITH_SENDMAIL_BASE=yes .endif |