diff options
-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 |