diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-06 23:53:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-06 23:53:11 +0000 |
commit | 4054d0f5e175cbba8dbc3b27242e1b4eab008cfb (patch) | |
tree | 94c725adc6bb086f67224c40876886504071fd68 /net/openldap20 | |
parent | c29afa95c733a689171bd9c1bb77933a3c2b5ecb (diff) | |
download | ports-4054d0f5e175cbba8dbc3b27242e1b4eab008cfb.tar.gz ports-4054d0f5e175cbba8dbc3b27242e1b4eab008cfb.zip |
Check for proper lib.
PR: ports/38744
Notes
Notes:
svn path=/head/; revision=78464
Diffstat (limited to 'net/openldap20')
-rw-r--r-- | net/openldap20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |