aboutsummaryrefslogtreecommitdiff
path: root/net/openldap23-server
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2006-11-30 08:39:58 +0000
committerXin LI <delphij@FreeBSD.org>2006-11-30 08:39:58 +0000
commite10cc47dda2cea1c8697a2c055b5cc1bed8fd0dc (patch)
treef0be8307c46a4f6298511dc52118e1204b5bb7c9 /net/openldap23-server
parentd66736f0138f263b26e48520fe4a687df45a7bce (diff)
downloadports-e10cc47dda2cea1c8697a2c055b5cc1bed8fd0dc.tar.gz
ports-e10cc47dda2cea1c8697a2c055b5cc1bed8fd0dc.zip
Notes
Diffstat (limited to 'net/openldap23-server')
-rw-r--r--net/openldap23-server/Makefile6
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