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/postfix24 | |
parent | 919ba7c4490d8e761e41f5175192717ca36771da (diff) | |
download | ports-38abf8685353c8ee4990e90b35bc0bca28b7f843.tar.gz ports-38abf8685353c8ee4990e90b35bc0bca28b7f843.zip |
Notes
Diffstat (limited to 'mail/postfix24')
-rw-r--r-- | mail/postfix24/scripts/configure.postfix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix index d6b7c797be0c..2b8f58e41499 100644 --- a/mail/postfix24/scripts/configure.postfix +++ b/mail/postfix24/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.36 2003-07-02 11:23:10 daichi Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/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) |