diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-14 22:24:15 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-14 22:24:15 +0800 |
commit | f06c784660e72d441bfea3e4ef64c57431962d4e (patch) | |
tree | a5a1a4d94e9bd37099375589eb0bcdc6b7ea9554 /mail/postfix-current | |
parent | b2cb8b00cb5131ae043253960b120367d7aa5466 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |