diff options
author | Clive Lin <clive@FreeBSD.org> | 2003-06-17 20:56:45 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2003-06-17 20:56:45 +0000 |
commit | 63ccad95bfb2f2281429249984a28dac5de629e0 (patch) | |
tree | 69a5ca058547fcaf1a5c66df03319ff3ddf62c22 /net/openldap20-server | |
parent | 5aa920326ed2d42c42a13cf91aec87da4072bda9 (diff) |
Notes
Diffstat (limited to 'net/openldap20-server')
-rw-r--r-- | net/openldap20-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap20-server/Makefile b/net/openldap20-server/Makefile index e6950a3f242e..954b7a073d38 100644 --- a/net/openldap20-server/Makefile +++ b/net/openldap20-server/Makefile @@ -92,10 +92,10 @@ BINS= bin/ldapadd \ .if exists(${LOCALBASE}/lib/libdb4.so) DB_CFLAGS= -I${LOCALBASE}/include/db4 -LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 +LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 .else DB_CFLAGS= -I${LOCALBASE}/include/db3 -LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 +LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 .endif post-patch: |