diff options
Diffstat (limited to 'net/openldap20-server')
-rw-r--r-- | net/openldap20-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap20-server/Makefile b/net/openldap20-server/Makefile index c988e37..a0054ae 100644 --- a/net/openldap20-server/Makefile +++ b/net/openldap20-server/Makefile @@ -25,7 +25,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Open source LDAP client and server software -.if exists(${LOCALBASE}/lib/libdb4.a) +.if exists(${LOCALBASE}/lib/libdb41.a) DB_CFLAGS= -I${LOCALBASE}/include/db4 LIB_DEPENDS= db41:${PORTSDIR}/databases/db4 .else |