diff options
author | hwr <hwr> | 1999-05-18 21:27:01 +0000 |
---|---|---|
committer | hwr <hwr> | 1999-05-18 21:27:01 +0000 |
commit | f7f3cd1d16fcfa793b599ae1dccdc5af6d49b41c (patch) | |
tree | b51966ac633e37bae4f6b788aa4e7ecc3e875aed /databases/openldap | |
parent | c7b526ae9eae9674ce3333e10b32f40da620285d (diff) | |
download | pkgsrc-f7f3cd1d16fcfa793b599ae1dccdc5af6d49b41c.tar.gz |
The OpenLDAP libraries collide with the ldapsdk.
Diffstat (limited to 'databases/openldap')
-rw-r--r-- | databases/openldap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index 884476bdb9c..6cababc84b3 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/05/04 00:08:43 tv Exp $ +# $NetBSD: Makefile,v 1.9 1999/05/18 21:27:01 hwr Exp $ # DISTNAME= openldap-1.2.1 @@ -14,6 +14,8 @@ HOMEPAGE= http://www.OpenLDAP.org/ # for the moment without threads and thus without slurpd and ldapd #DEPENDS+= ../../devel/mit-pthreads +CONFLICTS+= ldapsdk* + USE_LIBTOOL= yes # unfortunately, --enable-phonetic cannot be disabled by runtime configuration |