summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-04-06 23:53:11 +0000
committeredwin <edwin@FreeBSD.org>2003-04-06 23:53:11 +0000
commit584c70f8177856ecc4e8d6f999acbd354f843222 (patch)
tree12da7b65ad1ecef72f7e244d4e7c18573d559ad5 /net
parentd50b1935b34bdf4dd6245342dab18d4e901c02e5 (diff)
downloadFreeBSD-ports-584c70f8177856ecc4e8d6f999acbd354f843222.zip
FreeBSD-ports-584c70f8177856ecc4e8d6f999acbd354f843222.tar.gz
Check for proper lib.
PR: ports/38744
Diffstat (limited to 'net')
-rw-r--r--net/openldap20-server/Makefile2
-rw-r--r--net/openldap20/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile
index c988e37..a0054ae 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
OpenPOWER on IntegriCloud