diff options
Diffstat (limited to '')
| -rw-r--r-- | mail/postfix-current/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 920e2e20c879..ab5bc4cfb779 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -247,8 +247,10 @@ POSTFIX_CCARGS+= -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\" .endif .if ${PORT_OPTIONS:MSASLKRB5} -POSTFIX_AUXLIBS+= -lkrb5 -lhx509 -lcrypto -lcrypt -lcom_err -lasn1 \ - -lroken +POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcrypt -lcom_err +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000 +POSTFIX_AUXLIBS+= -lasn1 -lhx509 -lroken +.endif .endif .if ${PORT_OPTIONS:MSASLKMIT} |
