diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-07 08:28:33 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-07 08:28:33 +0000 |
commit | 38abf8685353c8ee4990e90b35bc0bca28b7f843 (patch) | |
tree | a3fd6f261d061c684150f622facde065fc73a4eb /mail/postfix21/scripts/configure.postfix | |
parent | Add p5-DateTime-Format-Excel 0.28, (diff) |
Fix building with SASL2 case.
Submitted by: Charles Swiger <chuck@pkix.net>
Patch from: Vivek Khera <khera@kcilink.com> (maintainer)
PR: 54136
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to '')
-rw-r--r-- | mail/postfix21/scripts/configure.postfix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix index 7f164b089235..f6241a2095d1 100644 --- a/mail/postfix21/scripts/configure.postfix +++ b/mail/postfix21/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.36 2003-07-02 11:23:10 daichi Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.37 2003-07-07 08:28:33 osa Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -95,9 +95,6 @@ while [ "$1" ]; do echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" fi fi - echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" - echo ".endif" SUB_SASL="" ;; SASLKRB) |