aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix-current
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-10-14 22:24:15 +0800
committermnag <mnag@FreeBSD.org>2005-10-14 22:24:15 +0800
commitf06c784660e72d441bfea3e4ef64c57431962d4e (patch)
treea5a1a4d94e9bd37099375589eb0bcdc6b7ea9554 /mail/postfix-current
parentb2cb8b00cb5131ae043253960b120367d7aa5466 (diff)
downloadfreebsd-ports-graphics-f06c784660e72d441bfea3e4ef64c57431962d4e.tar.gz
freebsd-ports-graphics-f06c784660e72d441bfea3e4ef64c57431962d4e.tar.zst
freebsd-ports-graphics-f06c784660e72d441bfea3e4ef64c57431962d4e.zip
Backport WITH_OPENLDAP_VER from mail/postfix
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 89139c37c7b..8a49f9451e2 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