summaryrefslogtreecommitdiff
path: root/mail/postfix24
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-26 14:23:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-26 14:23:33 +0000
commit67148f52a7d06616ce024d941b5f51b5a7522ef3 (patch)
tree7839c820a5ebc274002ccac5ca481aa34739fcb0 /mail/postfix24
parent- Update to 0.8.11 (diff)
- Fix build with SASLKRB5 option
PR: ports/73100 Submitted by: Matthew X. Economou <xenophon+freebsd@irtnog.org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=120227
Diffstat (limited to 'mail/postfix24')
-rw-r--r--mail/postfix24/scripts/configure.postfix4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix
index 33319334a6b7..cac2a9f7cbd0 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.54 2004-10-12 23:58:50 edwin Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/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"