diff options
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: |