summaryrefslogtreecommitdiffstats
path: root/mail/postfix25
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-07-07 08:28:33 +0000
committerosa <osa@FreeBSD.org>2003-07-07 08:28:33 +0000
commit9132df1a5ec51c7b76b60dde43843fe1cf9da136 (patch)
tree58c6e7c87da75f8d78dd7b95cc4ff3663d1344a1 /mail/postfix25
parente3fd625c8b2c5e7a70cc3ded78cf84c0de895460 (diff)
downloadFreeBSD-ports-9132df1a5ec51c7b76b60dde43843fe1cf9da136.zip
FreeBSD-ports-9132df1a5ec51c7b76b60dde43843fe1cf9da136.tar.gz
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 'mail/postfix25')
-rw-r--r--mail/postfix25/scripts/configure.postfix5
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix
index 38658be..984d0b3 100644
--- a/mail/postfix25/scripts/configure.postfix
+++ b/mail/postfix25/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.36 2003-07-02 11:23:10 daichi Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/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)
OpenPOWER on IntegriCloud