diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 14:20:01 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 14:20:01 +0000 |
commit | 291414461a62ced773639ac41a601813e8946270 (patch) | |
tree | e1b846d181f3af488f185614399e54d4514b5cc0 /mail/postfix28 | |
parent | - use new option name (diff) |
Add WITH_OPENLDAP_VER to reflect options menu
PR: 87417
Notified by: Alson van der Meulen <alson+bugs@waalsdorp.nl>
Approved by: Vivek Khera <vivek@khera.org>
Notes
Notes:
svn path=/head/; revision=145380
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/scripts/configure.postfix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix index 19f7afa19ddd..bbe1ad7e6567 100644 --- a/mail/postfix28/scripts/configure.postfix +++ b/mail/postfix28/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.66 2005-10-04 15:13:47 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.67 2005-10-14 14:20:01 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -204,6 +204,9 @@ while [ "$1" ]; do echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lldap -llber" echo "OPENLDAP_SUFFIX= +openldap" + echo ".if defined(WITH_OPENLDAP_VER)" + echo "WANT_OPENLDAP_VER=\${WITH_OPENLDAP_VER}" + echo ".endif" ;; CDB) echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcdb.a:\${PORTSDIR}/databases/tinycdb" |