diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-11 08:23:06 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-11 08:23:06 +0000 |
commit | c562c46c741422734f8e0916454d842598f8ae8a (patch) | |
tree | 3268a824a433ed5e020943d846492c6f98731b94 /mail/postfix24/scripts/configure.postfix | |
parent | 3e16e4b08f14a3f1e68bd8bdd9df2ae316ec5139 (diff) | |
download | ports-c562c46c741422734f8e0916454d842598f8ae8a.tar.gz ports-c562c46c741422734f8e0916454d842598f8ae8a.zip |
Notes
Diffstat (limited to 'mail/postfix24/scripts/configure.postfix')
-rw-r--r-- | mail/postfix24/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix index f41ff53d3783..033d47cad481 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.44 2004-03-10 22:54:03 ale Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.45 2004-03-11 08:23:06 ale Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -33,7 +33,7 @@ MySQL "MySQL map lookups (choose version with WITH_MYSQL_VER)" "$status_MySQL" PgSQL "PostgreSQL v7.4 map lookups" "$status_PgSQL" \ PgSQL73 "PostgreSQL v7.3 map lookups" "$status_PgSQL73" \ PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \ -OpenLDAP "OpenLDAP map lookups (choose ver. with USE_OPENLDAP_VER)" "$status_OpenLDAP" \ +OpenLDAP "OpenLDAP map lookups (choose ver. with WANT_OPENLDAP_VER)" "$status_OpenLDAP" \ Test "SMTP/LMTP test server and generator" "$status_Test" \ 2> $tempfile |