diff options
author | knu <knu@FreeBSD.org> | 2000-10-31 23:03:48 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-31 23:03:48 +0800 |
commit | db9beb142409d4250caa68694586b77719a47baf (patch) | |
tree | c805eeada8f4b0f0fe7b11048784902c0753c171 /net/openldap2/Makefile | |
parent | 9e8bb0309c29c5094475e58392ad72877c8d1435 (diff) | |
download | freebsd-ports-gnome-db9beb142409d4250caa68694586b77719a47baf.tar.gz freebsd-ports-gnome-db9beb142409d4250caa68694586b77719a47baf.tar.zst freebsd-ports-gnome-db9beb142409d4250caa68694586b77719a47baf.zip |
Add missing files to plist.
Submitted by: nectar
Diffstat (limited to 'net/openldap2/Makefile')
-rw-r--r-- | net/openldap2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/openldap2/Makefile b/net/openldap2/Makefile index 77b2df0e6ac2..30abad3deb64 100644 --- a/net/openldap2/Makefile +++ b/net/openldap2/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 \ |