diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-31 15:03:48 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-31 15:03:48 +0000 |
commit | 96d54cca36c7c1857be904c133d6fbbe37bb27df (patch) | |
tree | 9245fb38d4f337c8860a950b0261d4087d6f00b1 /net/openldap22/Makefile | |
parent | ff77cf8ee4202dcfb61c199b04d2573bc8e8ed7d (diff) | |
download | ports-96d54cca36c7c1857be904c133d6fbbe37bb27df.tar.gz ports-96d54cca36c7c1857be904c133d6fbbe37bb27df.zip |
Notes
Diffstat (limited to 'net/openldap22/Makefile')
-rw-r--r-- | net/openldap22/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/openldap22/Makefile b/net/openldap22/Makefile index 77b2df0e6ac2..30abad3deb64 100644 --- a/net/openldap22/Makefile +++ b/net/openldap22/Makefile @@ -7,6 +7,7 @@ PORTNAME= openldap PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \ @@ -27,6 +28,7 @@ USE_LIBTOOL= yes USE_OPENSSL= yes CONFIGURE_ARGS= --localstatedir=/var/run \ + --with-threads \ --enable-shared \ --enable-dnssrv \ --with-tls=openssl @@ -57,6 +59,7 @@ BINS= bin/ldapadd \ libexec/go500gw \ libexec/in.xfingerd \ libexec/mail500 \ + libexec/maildap \ libexec/rcpt500 \ libexec/rp500 \ libexec/slapd \ |