diff options
-rw-r--r-- | net/openldap20-server/Makefile | 2 | ||||
-rw-r--r-- | net/openldap20/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap20-server/Makefile b/net/openldap20-server/Makefile index c988e37b73f7..a0054ae1ba0e 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 diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile index c988e37b73f7..a0054ae1ba0e 100644 --- a/net/openldap20/Makefile +++ b/net/openldap20/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 |