diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 14:24:15 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 14:24:15 +0000 |
commit | edbcb28d7b1163f7d4612482005099ca81d260df (patch) | |
tree | 2eabf07e6736de9cdfc068799a68e4a7ce15be9a /mail/postfix-current | |
parent | 082b1d0f4aa41bca497cf453149ed8c4f5311de0 (diff) |
Backport WITH_OPENLDAP_VER from mail/postfix
Notes
Notes:
svn path=/head/; revision=145382
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 89139c37c7b4..8a49f9451e23 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -196,6 +196,9 @@ POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -L${LOCALBASE}/pgsql/lib -lpq -lcrypt .if defined(WITH_OPENLDAP) USE_OPENLDAP=YES +.if defined(WITH_OPENLDAP_VER) +WANT_OPENLDAP_VER=${WITH_OPENLDAP_VER} +.endif POSTFIX_CCARGS+= -DHAS_LDAP -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lldap -llber .endif |