summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-06 23:53:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-06 23:53:11 +0000
commit4054d0f5e175cbba8dbc3b27242e1b4eab008cfb (patch)
tree94c725adc6bb086f67224c40876886504071fd68 /net
parentnet/openldap20 doesn't work if db3 and db4 are installed (diff)
Check for proper lib.
PR: ports/38744
Notes
Notes: svn path=/head/; revision=78464
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 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