diff options
author | kleink <kleink@pkgsrc.org> | 2001-10-26 16:02:31 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2001-10-26 16:02:31 +0000 |
commit | e2845daabff74bbf6a39ed60ba51860859dafbaf (patch) | |
tree | c217cc6fafd5432e9f1205b22b16f7393cae1263 | |
parent | 4d4e3f8af1b78550628da51b9d458d8a2d1038eb (diff) | |
download | pkgsrc-e2845daabff74bbf6a39ed60ba51860859dafbaf.tar.gz |
Make this work with OpenLDAP-2.x as well.
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 8091da14835..0d22f799453 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2001/09/27 23:18:02 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2001/10/26 16:02:31 kleink Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.14 @@ -48,7 +48,7 @@ WITH_DIALOGS= --with-dialogs=athena3d .if defined(USE_LDAP) && ${USE_LDAP} == YES WITH_LDAP= --with-ldap=yes -DEPENDS+= openldap-1.2.*:../../databases/openldap +DEPENDS+= openldap-[0-9]*:../../databases/openldap .else WITH_LDAP= --with-ldap=no .endif |