From 519b947dd815c4a9847201e78e2ed6686b46278d Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 14 Nov 2004 19:59:51 +0000 Subject: - Support SPF and TLS at the same time PR: ports/72774 Submitted by: Marcus Grando Approved by: maintainer timeout (2 weeks) --- mail/postfix21/scripts/configure.postfix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mail/postfix21/scripts/configure.postfix') diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix index 6fdf84695bb3..211634b7f24f 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.55 2004-10-26 14:23:33 pav Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.56 2004-11-14 19:59:51 pav Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -219,6 +219,9 @@ while [ "$1" ]; do ## echo "README+= SPF_README" echo "" SUB_SPF="" + if [ X$SUB_TLS != "X" ]; then + echo "EXTRA_PATCHES+= ${FILESDIR}/extra-libspf2_and_tls.patch" + fi ;; IPv6) if [ X$SUB_TLS = "X" ]; then -- cgit v1.2.3