diff options
author | steve <steve@FreeBSD.org> | 2000-05-29 10:36:54 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-29 10:36:54 +0800 |
commit | b575453554c0bac53218f51a03418f4d39abfb60 (patch) | |
tree | 1d057c8613b8c10c871325270129a5c5a32bd37f /net/openldap21/Makefile | |
parent | ba6a362d735e361328b88b5962714a2194864023 (diff) | |
download | freebsd-ports-gnome-b575453554c0bac53218f51a03418f4d39abfb60.tar.gz freebsd-ports-gnome-b575453554c0bac53218f51a03418f4d39abfb60.tar.zst freebsd-ports-gnome-b575453554c0bac53218f51a03418f4d39abfb60.zip |
Update to version 1.2.10.
PR: 18841
Submitted by: R\xe9mi Guyomarch <rguyom@321.net>
Diffstat (limited to 'net/openldap21/Makefile')
-rw-r--r-- | net/openldap21/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/openldap21/Makefile b/net/openldap21/Makefile index 9a7cf89041ec..cfdaaf693a2e 100644 --- a/net/openldap21/Makefile +++ b/net/openldap21/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.9 +PORTVERSION= 1.2.10 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -25,10 +25,11 @@ MAINTAINER= ulmo@earthling.net BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${LOCALBASE}/lib +CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns +CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) |