diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-08-15 18:18:46 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-08-15 18:18:46 +0000 |
commit | 47acbb6df71ce04caee06b7dcc15c02bc201e720 (patch) | |
tree | f587c33ae7256bbb352b3dcf9e675416302f9036 /net/openldap24-client | |
parent | 6115845fee75f3d21ca5c32d68be3fc36ce32ac7 (diff) |
update to 2.2.15
- new switch WITH_DYNAMIC_BACKENDS
- WITH_ODBC has to be specified, even when WITH_ODBC_TYPE is set
- 5.x users: when you need to start the daemon early, build with
WITH_RCORDER=yes to put the start script into /etc/rc.d
Notes
Notes:
svn path=/head/; revision=116303
Diffstat (limited to 'net/openldap24-client')
-rw-r--r-- | net/openldap24-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap24-client/Makefile b/net/openldap24-client/Makefile index 172fa7d40eec..f5ce1cde5e5b 100644 --- a/net/openldap24-client/Makefile +++ b/net/openldap24-client/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= openldap +PKGNAMESUFFIX= -client COMMENT= Open source LDAP client implementation |