diff options
author | knu <knu@FreeBSD.org> | 2001-11-06 20:43:31 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-11-06 20:43:31 +0000 |
commit | 997443ad160c8b06d248acd6883f40efbfcced09 (patch) | |
tree | ac2800e0926ec422dd1a0693da314e2f49023ddb /net/openldap22/Makefile | |
parent | 7fd8408a99df0abb9a770541cf6d5a6a49e1ded9 (diff) | |
download | FreeBSD-ports-997443ad160c8b06d248acd6883f40efbfcced09.zip FreeBSD-ports-997443ad160c8b06d248acd6883f40efbfcced09.tar.gz |
Set LATEST_LINK to "openldap2" to avoid conflict with net/openldap.
Diffstat (limited to 'net/openldap22/Makefile')
-rw-r--r-- | net/openldap22/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openldap22/Makefile b/net/openldap22/Makefile index 3391c8d9..fbb1c45 100644 --- a/net/openldap22/Makefile +++ b/net/openldap22/Makefile @@ -28,6 +28,8 @@ USE_AUTOCONF= yes USE_LIBTOOL= yes USE_OPENSSL= yes +LATEST_LINK= openldap2 + CONFIGURE_ARGS= --localstatedir=/var/db \ --with-threads \ --enable-shared \ |