aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-14 14:24:15 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-14 14:24:15 +0000
commitedbcb28d7b1163f7d4612482005099ca81d260df (patch)
tree2eabf07e6736de9cdfc068799a68e4a7ce15be9a /mail/postfix-current
parent082b1d0f4aa41bca497cf453149ed8c4f5311de0 (diff)
downloadports-edbcb28d7b1163f7d4612482005099ca81d260df.tar.gz
ports-edbcb28d7b1163f7d4612482005099ca81d260df.zip
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile3
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