diff options
author | sf <sf@FreeBSD.org> | 2001-03-12 20:05:11 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-12 20:05:11 +0000 |
commit | 0371bb1cfc10528921943aaaafa6bc54fa1c0364 (patch) | |
tree | ca711f4494f8c3cb3be11ad134520dbe8588490c /mail/postfix22/scripts | |
parent | 9af356504cd9f44e26c7ee960318429999454615 (diff) | |
download | FreeBSD-ports-0371bb1cfc10528921943aaaafa6bc54fa1c0364.zip FreeBSD-ports-0371bb1cfc10528921943aaaafa6bc54fa1c0364.tar.gz |
fix build options.
PR: 25746
Submitted by: R)Bémi Guyomarch <rguyom@pobox.com>
Diffstat (limited to 'mail/postfix22/scripts')
-rw-r--r-- | mail/postfix22/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix index 58655da..36dc3e4 100644 --- a/mail/postfix22/scripts/configure.postfix +++ b/mail/postfix22/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.3 2001-03-11 19:53:59 alex Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.4 2001-03-12 20:05:11 sf Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -34,7 +34,7 @@ MySQL "MySQL map lookups" OFF \ OpenLDAP "OpenLDAP map lookups" OFF \ Test "SMTP/LMTP test server and generator" OFF \ TLS "Secure Sockets Layer and Transport Layer Security" OFF \ -IPv6 "IPv6 support" OFF +IPv6 "IPv6 support" OFF \ 2> $tempfile fi |