diff options
Diffstat (limited to 'net/openldap23-server/Makefile')
-rw-r--r-- | net/openldap23-server/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile index 18f1e829cdae..e6632674a8ab 100644 --- a/net/openldap23-server/Makefile +++ b/net/openldap23-server/Makefile @@ -39,7 +39,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} .endif PORTREVISION_CLIENT= 0 -PORTREVISION_SERVER= 0 +PORTREVISION_SERVER= 1 .if !defined(CLIENT_ONLY) OPTIONS= SASL "With (Cyrus) SASL2 support" on \ @@ -78,6 +78,8 @@ OPENLDAP_PORTREVISION= ${PORTREVISION_SERVER} OPENLDAP_PKGFILESUFX= .endif +CONFIGURE_SED= -e 's,-kthread,${PTHREAD_LIBS},g' + .include <bsd.port.pre.mk> .if defined(CLIENT_ONLY) @@ -269,7 +271,7 @@ PLIST_SUB+= BACK_BDB="@comment " \ BACK_HDB="@comment " .else -WITH_BDB_VER?= 43 +WITH_BDB_VER?= 44 USE_BDB= yes .if ${WITH_BDB_VER} >= 42 |