summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2003-06-17 20:56:45 +0000
committerClive Lin <clive@FreeBSD.org>2003-06-17 20:56:45 +0000
commit63ccad95bfb2f2281429249984a28dac5de629e0 (patch)
tree69a5ca058547fcaf1a5c66df03319ff3ddf62c22 /net
parentFile moved on master site. (diff)
Make WITH_SASL and WITH_ODBC knobs really work by fixing LIB_DEPENDS
below them.
Notes
Notes: svn path=/head/; revision=83182
Diffstat (limited to 'net')
-rw-r--r--net/openldap20-server/Makefile4
-rw-r--r--net/openldap20/Makefile4
2 files changed, 4 insertions, 4 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:
diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile
index e6950a3f242e..954b7a073d38 100644
--- a/net/openldap20/Makefile
+++ b/net/openldap20/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: