From 67148f52a7d06616ce024d941b5f51b5a7522ef3 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 26 Oct 2004 14:23:33 +0000 Subject: - Fix build with SASLKRB5 option PR: ports/73100 Submitted by: Matthew X. Economou Approved by: maintainer --- mail/postfix21/scripts/configure.postfix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/postfix21/scripts/configure.postfix') diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix index 9c2eb981ee11..6fdf84695bb3 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.54 2004-10-12 23:58:50 edwin Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.55 2004-10-26 14:23:33 pav Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -108,7 +108,7 @@ while [ "$1" ]; do echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" ;; SASLKRB5) - echo "POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcom_err" + echo "POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcom_err -lasn1 -lroken" ;; TLS) echo "MAN8+= tlsmgr.8" -- cgit v1.2.3