diff options
author | eik <eik@FreeBSD.org> | 2004-08-16 02:18:46 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-08-16 02:18:46 +0800 |
commit | 706488cef9318272b6341563014a3a2b276b7ca1 (patch) | |
tree | 4f114db6566fe9fdfeac5d7b7a6d8f1cc5407f85 /net/openldap23-client | |
parent | 3414aca09d6225d239d4f5c288c5ca6a975c72e5 (diff) | |
download | freebsd-ports-gnome-706488cef9318272b6341563014a3a2b276b7ca1.tar.gz freebsd-ports-gnome-706488cef9318272b6341563014a3a2b276b7ca1.tar.zst freebsd-ports-gnome-706488cef9318272b6341563014a3a2b276b7ca1.zip |
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
Diffstat (limited to 'net/openldap23-client')
-rw-r--r-- | net/openldap23-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap23-client/Makefile b/net/openldap23-client/Makefile index 172fa7d40eec..f5ce1cde5e5b 100644 --- a/net/openldap23-client/Makefile +++ b/net/openldap23-client/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= openldap +PKGNAMESUFFIX= -client COMMENT= Open source LDAP client implementation |