diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/deforaos-mailer/Makefile | 2 | ||||
-rw-r--r-- | mail/dk-milter/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/deforaos-mailer/Makefile b/mail/deforaos-mailer/Makefile index d701b3c..b27c89f 100644 --- a/mail/deforaos-mailer/Makefile +++ b/mail/deforaos-mailer/Makefile @@ -36,7 +36,7 @@ DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt \ .include <bsd.port.pre.mk> -.if defined(WITH_OPENSSL_BASE) +.if ${SSL_DEFAULT} == base # openssl from base doesn't install a .pc file and pkg-config didn't like it CONFIGURE_ENV+= libssl_CFLAGS="-I${OPENSSLINC}" libssl_LIBS="-L${OPENSSLLIB} -lssl" .endif diff --git a/mail/dk-milter/Makefile b/mail/dk-milter/Makefile index a717b0c..b041467 100644 --- a/mail/dk-milter/Makefile +++ b/mail/dk-milter/Makefile @@ -85,7 +85,7 @@ SITE_SUB+= -e '\|bld_USE_ARLIB|s/^dnl //g' SITE_SUB+= -e '/-DPOPAUTH/s/^dnl //g' .endif -.if defined(WITH_OPENSSL_BASE) +.if ${SSL_DEFAULT} == base SITE_SUB+= -e 's|%%OPENSSL%%|dnl |g' .else SITE_SUB+= -e 's|%%OPENSSL%%||g' \ diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index bdaed98..608babd 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -310,7 +310,7 @@ help: .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MTLS} -.if !defined(WITH_OPENSSL_BASE) +.if ${SSL_DEFAULT} != base SITE+= ${FILESDIR}/site.config.m4.ssl .endif SITE+= ${FILESDIR}/site.config.m4.tls |