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/postfix26 | |
parent | 65cea66f51c0f4e6a055470dede812ccdc5f4012 (diff) | |
download | ports-291414461a62ced773639ac41a601813e8946270.tar.gz ports-291414461a62ced773639ac41a601813e8946270.zip |
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/postfix26')
-rw-r--r-- | mail/postfix26/scripts/configure.postfix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/postfix26/scripts/configure.postfix b/mail/postfix26/scripts/configure.postfix index f9c194fb4756..724b2238ad90 100644 --- a/mail/postfix26/scripts/configure.postfix +++ b/mail/postfix26/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.66 2005-10-04 15:13:47 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/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" |