From 38abf8685353c8ee4990e90b35bc0bca28b7f843 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Mon, 7 Jul 2003 08:28:33 +0000 Subject: Fix building with SASL2 case. Submitted by: Charles Swiger Patch from: Vivek Khera (maintainer) PR: 54136 Approved by: fjoe (mentor) (implicit) --- mail/postfix1/scripts/configure.postfix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mail/postfix1/scripts') diff --git a/mail/postfix1/scripts/configure.postfix b/mail/postfix1/scripts/configure.postfix index 0d1ae33a3575..a86f1b590cba 100644 --- a/mail/postfix1/scripts/configure.postfix +++ b/mail/postfix1/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/scripts/Attic/configure.postfix,v 1.36 2003-07-02 11:23:10 daichi Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/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) -- cgit v1.2.3