diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-04 12:54:47 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-04 12:54:47 +0000 |
commit | 7a9b5123c971f8e1fe7def2e7b715f6f3bf86d95 (patch) | |
tree | 6e1d7367e3c76010668858ec3ad49fc217ca2c7c /mail | |
parent | e9d3601dba864bce4b637fa6ff5bc1573bb6edc1 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 39fea70f589b..77e3ba02d094 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -125,7 +125,7 @@ POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcrypt -lcom_err -lasn1 -lroken .if defined(WITH_TLS) .include "${PORTSDIR}/Mk/bsd.openssl.mk" POSTFIX_CCARGS+= -DUSE_TLS -I${OPENSSLINC} -POSTFIX_AUXLIBS+= -L${OPENSSLLIB} -lssl -lcrypto +POSTFIX_AUXLIBS+= -L${OPENSSLLIB} ${LDFLAGS} -lssl -lcrypto .endif .if defined(WITH_DB3) |